nw::ut::GetOffsetFromPtr Function

Syntax

PtrDiff GetOffsetFromPtr(
     const void* start,
     const void * end
);

Arguments

Name Description
in start Start address
in end End address.

Return Values

Returns the offset value for the two pointers.

Description

Get the offset values for two pointer addresses as long integers.


CONFIDENTIAL