LPBYTE typedef

LPBYTE = Pointer<BYTE>

Implementation

typedef LPBYTE = ffi.Pointer<BYTE>;