GetFileAttributesTransactedW method

int GetFileAttributesTransactedW(
  1. Pointer<Uint16> lpFileName,
  2. int fInfoLevelId,
  3. Pointer<Void> lpFileInformation,
  4. Pointer<Void> hTransaction,
)

Implementation

int GetFileAttributesTransactedW(
  ffi.Pointer<ffi.Uint16> lpFileName,
  int fInfoLevelId,
  ffi.Pointer<ffi.Void> lpFileInformation,
  ffi.Pointer<ffi.Void> hTransaction,
) {
  return _GetFileAttributesTransactedW(
    lpFileName,
    fInfoLevelId,
    lpFileInformation,
    hTransaction,
  );
}