Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function gets the drive letter for the specified device name for an Enhanced Write Filter (EWF)-protected volume.
WCHAR EwfMgrGetDriveLetterFromVolumeName( LPCWSTR lpVolumeName );
- lpVolumeName
[in] Long pointer to the specified volume name.
If the method succeeds, it returns the drive letter as a WCHAR value. If the function fails, it returns -1.
The volume name can be expressed by any valid means, for example, it can be one of the volume names that are returned by EwfMgrGetProtectedVolumeList.
OS Versions: Windows XP Embedded.
Header: Ewfapi.h.
Link Library: Ewfapi.dll, Ewfapi.lib.
The following routine(s), which are included in the EWF API Code Sample (Sample.cpp), demonstrate how to use this function:
EWF API Functions | EWF API Code Sample
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.