table of contents
other versions
- wheezy 1.4.1-4
RtlConvertLongToLargeInteger(3w) | Wine API | RtlConvertLongToLargeInteger(3w) |
NAME¶
RtlConvertLongToLargeInteger (NTDLL.@)SYNOPSIS¶
LONGLONG RtlConvertLongToLargeInteger(
LONG a
)
DESCRIPTION¶
Convert a 32 bit integer into 64 bits.PARAMS¶
a [In] Number to convert.RETURNS¶
a.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/large_int.c".Oct 2012 | Wine API |