CloseRaw

[This is preliminary documentation and subject to change.]

The CloseRaw function signals the completion of a backup or restore operation.

VOID CloseRaw(
  PVOID pvContext
);
 

Parameters

pvContext
Pointer to a system-defined context block. The context block is returned by the OpenRaw function.

Return Values

This function does not return a value.

Remarks

The CloseRaw function frees allocated system resources and closes the file.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in winbase.h.
  Import Library: Use kernel32.lib.

See Also

File Systems Overview, File System Functions, OpenRaw, ReadRaw, WriteRaw