LPFILETIME typedef

LPFILETIME = Pointer<_FILETIME>

Implementation

typedef LPFILETIME = ffi.Pointer<_FILETIME>;