GetFileAttributesTransactedA method

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

Implementation

int GetFileAttributesTransactedA(
  ffi.Pointer<ffi.Int8> lpFileName,
  int fInfoLevelId,
  ffi.Pointer<ffi.Void> lpFileInformation,
  ffi.Pointer<ffi.Void> hTransaction,
) {
  return _GetFileAttributesTransactedA(
    lpFileName,
    fInfoLevelId,
    lpFileInformation,
    hTransaction,
  );
}