Share via


EwfMgrClearCommand (Standard 8)

7/8/2014

Review the use, syntax, parameters, and return values of the EwfMgrClearCommand function of the EWF API in Windows Embedded 8 Standard (Standard 8).

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

Syntax

BOOL EwfMgrClearCommand(
  HANDLE hDevice
);

Parameters

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

Return Value

Returns TRUE if successful; otherwise, returns FALSE. Call GetLastError for extended error information.

Example

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

Requirements

Header

ewfapi.h

Library

ewfapi.lib

See Also

Concepts

EWF API Functions