__ull_rshift (Windows CE 5.0)
This function shifts a 64-bit unsigned word to the right a specified number of bits.
unsigned __int64 __cdecl __ull_rshift(unsigned__int64,int);
Parameters
- unsigned_int64
[in] The value to shift. - int
[in] The number of bits to shift.
Return Values
None.
Remarks
The compiler translates this function into the SRA instruction.
Requirements
Header: winnt.h.
See Also
Intrinsic Functions for MIPS Microprocessors
Send Feedback on this topic to the authors