RtlLongLongToUShort function
Converts a value of type LONGLONG to a value of type USHORT.
Syntax
NTSTATUS RtlLongLongToUShort( _In_ LONGLONG llOperand, _Out_ USHORT *pusResult );
Parameters
- llOperand [in]
-
The value to be converted.
- pusResult [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:
- RtlLongLongToUInt16
- RtlLongLongToWord
- RtlLong64ToUShort
- RtlLong64ToUInt16
- RtlLong64ToWord
- RtlInt64ToUShort
- RtlInt64ToUInt16
- RtlInt64ToWord
Requirements
|
Header |
|
|---|
Send comments about this topic to Microsoft
Build date: 5/2/2013