Share via


ConfigureEwf

5/10/2007

This function creates and configures the EWF volume. This function is typically called during First Boot Agent to setup EWF. However, you can programmatically call this function to configure or reconfigure EWF outside of FBA. This function creates the EWF settings based on the values in the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\EWF\FBA key.

Syntax

HRESULT WINAPI ConfigureEwf(
  VOID
);

Parameters

None.

Return Value

NOERROR is returned if the operation is successful. Otherwise, a status error is returned that describes the reason for failure.

Requirements

OS Versions: Windows XP Embedded.

Header: Ewfdll.h.

Link Library: Ewfdll.dll.

See Also

Concepts

Enhanced Write Filter API