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

Defined in "winternl.h".

Implemented in "dlls/ntdll/large_int.c". source.winehq.org/source/dlls/ntdll/large_int.c


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.