LPDWORD typedef

LPDWORD = Pointer<DWORD>

Implementation

typedef LPDWORD = ffi.Pointer<DWORD>;