LPCOLESTR typedef

LPCOLESTR = Pointer<OLECHAR>

Implementation

typedef LPCOLESTR = ffi.Pointer<OLECHAR>;