Share via


EwfMgrClearCommand (Standard 7 SP1)

7/8/2014

This function clears any pending commands.

Syntax

BOOL EwfMgrClearCommand(
  HANDLE hDevice
);

Parameters

  • hDevice
    [in] Handle to the EWF-protected device.

Return Value

If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. Call GetLastError for extended error information.

Remarks

This function clears any pending command that would have occurred on the next restart.

Example

The DoEwfClearCommand function included in EWF API Code Sample (Sample.cpp) show you how to use the function EwfMgrClearCommand.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Concepts

EWF API Functions