DWORD_DWORD structure (dhcpsapi.h)

The DWORD_DWORD structure defines a 64-bit integer value.

Syntax

typedef struct _DWORD_DWORD {
  DWORD DWord1;
  DWORD DWord2;
} DWORD_DWORD, *LPDWORD_DWORD;

Members

DWord1

Specifies the upper 32 bits of the value.

DWord2

Specifies the lower 32 bits of the value.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header dhcpsapi.h

See also

DHCP_OPTION_DATA_ELEMENT