LPOLESTR typedef

LPOLESTR = Pointer<OLECHAR>

Implementation

typedef LPOLESTR = ffi.Pointer<OLECHAR>;