IComponentData::Destroy

[This is preliminary documentation and subject to change.]

Releases all references to the console.

HRESULT Destroy( )

Parameters

This method has no parameters.

Return Values

S_OK
Indicates all the references to the console were successfully released.
E_UNEXPECTED
An unexpected error occurred.

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.

See Also

IComponent, IComponentData, IConsole