PWORD typedef

PWORD = Pointer<WORD>

Implementation

typedef PWORD = ffi.Pointer<WORD>;