Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VarLenSmallIntToDword function converts a variable-length, small integer to a DWORD.
Syntax
LPDWORD WINAPI VarLenSmallIntToDword(
LPBYTE pValue,
WORD ValueLen,
BOOL fIsByteswapped,
LPDWORD lpDword
);
Parameters
-
pValue
-
Pointer to the variable-length, small integer.
-
ValueLen
-
Length (in bytes) of the variable-length, small integer .
-
fIsByteswapped
-
Flag that indicates whether the variable length small integer is byte-swapped.
-
lpDword
-
The DWORD that the integer is converted to.
Return value
The return value is a pointer to the DWORD.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|