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 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 |