GetFileAttributesTransactedW method
Implementation
int GetFileAttributesTransactedW(
ffi.Pointer<ffi.Uint16> lpFileName,
int fInfoLevelId,
ffi.Pointer<ffi.Void> lpFileInformation,
ffi.Pointer<ffi.Void> hTransaction,
) {
return (_GetFileAttributesTransactedW ??= _dylib.lookupFunction<
_c_GetFileAttributesTransactedW,
_dart_GetFileAttributesTransactedW>('GetFileAttributesTransactedW'))(
lpFileName,
fInfoLevelId,
lpFileInformation,
hTransaction,
);
}