ConfigureEwf
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.
HRESULT WINAPI ConfigureEwf( VOID );
Parameters
None.
Return Values
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
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.