PDWORD typedef

PDWORD = Pointer<DWORD>

Implementation

typedef PDWORD = ffi.Pointer<DWORD>;