LPBYTE typedef

LPBYTE = Pointer<BYTE>

Implementation

typedef LPBYTE = Pointer<BYTE>;