PCUWSTR typedef

PCUWSTR = Pointer<WCHAR>

Implementation

typedef PCUWSTR = ffi.Pointer<WCHAR>;