RtlIntPtrToInt8 function
Converts a value of type INT_PTR to a value of type INT8.
Syntax
NTSTATUS RtlIntPtrToInt8( _In_ INT_PTR iOperand, _Out_ INT8 *pi8Result );
Parameters
- iOperand [in]
-
The value to be converted.
- pi8Result [out]
-
A pointer to the converted value. In the case where the conversion causes a truncation of the original value, the function returns STATUS_INTEGER_OVERFLOW and this parameter is not valid.
Remarks
This is one of a set of inline functions designed to provide type conversions and perform validity checks with minimal impact on performance.
This function uses the following alternate name:
- RtlPtrdiffTToInt8
Requirements
|
Header |
|
|---|
Send comments about this topic to Microsoft
Build date: 5/2/2013