LPWORD typedef

LPWORD = Pointer<WORD>

Implementation

typedef LPWORD = ffi.Pointer<WORD>;