Share via


EwfMgrVolumeNameEntryPop (Standard 7 SP1)

7/8/2014

This function pops the current entry from the Enhanced Write Filter (EWF) volume name list (EWF_VOLUME_NAME_LIST) and frees its memory.

Syntax

VOID EwfMgrVolumeNameEntryPop(
  PEWF_VOLUME_NAME_ENTRY* ppVolumeNameList
);

Parameters

  • ppVolumeNameList
    [in, out] Pointer to a pointer to the EWF_VOLUME_NAME_LIST.

Return Value

None.

Remarks

This function can be called by using an empty list. This function also changes the head node of the ppVolumeNameList linked list.

Example

The DumpEwfProtectedVolumes function included in EWF API Code Sample (Sample.cpp) shows you how to use the EwfMgrVolumeNameEntryPop function.

Requirements

OS Versions: Standard 7

Header: Ewfapi.h

Link Library: Ewfapi.lib

See Also

Reference

EWF_VOLUME_NAME_ENTRY

Concepts

EWF API Functions