Pointer to DWord type.
Source position: types.pp line 440
type PDWord = ^DWORD;
PDWord is equivalent to the PCardinal type.
DWord
Alias for cardinal type.