GetFullPathNameTransactedW method
Implementation
int GetFullPathNameTransactedW(
ffi.Pointer<ffi.Uint16> lpFileName,
int nBufferLength,
ffi.Pointer<ffi.Uint16> lpBuffer,
ffi.Pointer<ffi.Pointer<ffi.Uint16>> lpFilePart,
ffi.Pointer<ffi.Void> hTransaction,
) {
return (_GetFullPathNameTransactedW ??= _dylib.lookupFunction<
_c_GetFullPathNameTransactedW,
_dart_GetFullPathNameTransactedW>('GetFullPathNameTransactedW'))(
lpFileName,
nBufferLength,
lpBuffer,
lpFilePart,
hTransaction,
);
}