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