IVssWMComponent::FreeComponentInfo method (vsbackup.h)

The FreeComponentInfo method deallocates system resources devoted to the specified component information.

Syntax

HRESULT FreeComponentInfo(
  [out] PVSSCOMPONENTINFO pInfo
);

Parameters

[out] pInfo

Pointer to a VSS_COMPONENTINFO structure that contains the component information.

Return value

The following are the valid return codes for this method.

Value Meaning
S_OK
Successfully freed the component information data.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header vsbackup.h (include VsBackup.h, Vss.h, VsWriter.h)
Library VssApi.lib

See also

IVssWMComponent

VSS_COMPONENTINFO