Share via


VarLenSmallIntToDword

The VarLenSmallIntToDword function converts a variable-length, small integer to a DWORD.

LPDWORD WINAPIVarLenSmallIntToDword(LPBYTEpValue,
WORDValueLen,
BOOLfIsByteswapped,
LPDWORDlpDword);

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 Values

The return value is a pointer to the DWORD.

Requirements

Client Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Header

Declared in Netmon.h.

Library

Link to Parser.lib.

DLL Requires Nmapi.dll.