RemoveDirectoryTransactedW method

int RemoveDirectoryTransactedW(
  1. Pointer<Uint16> lpPathName,
  2. Pointer<Void> hTransaction
)

Implementation

int RemoveDirectoryTransactedW(
  ffi.Pointer<ffi.Uint16> lpPathName,
  ffi.Pointer<ffi.Void> hTransaction,
) {
  return _RemoveDirectoryTransactedW(
    lpPathName,
    hTransaction,
  );
}