IComponentData::Destroy method (mmc.h)

The IComponentData::Destroy method releases all references to the console.

Syntax

HRESULT Destroy();

Return value

This method can return one of these values.

Remarks

The snap-in is in the process of being unloaded. Release all references to the console.

Notes to Callers

Only the console calls this method.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h

See also

IComponent

IComponent::Destroy

IComponentData

IConsole2