IApartmentShutdown interface (objidl.h)

Enables registration of an apartment shutdown notification handler.

Inheritance

The IApartmentShutdown interface inherits from the IUnknown interface. IApartmentShutdown also has these types of members:

Methods

The IApartmentShutdown interface has these methods.

 
IApartmentShutdown::OnUninitialize

Called when a registered apartment is shut down.

Remarks

Implement the IApartmentShutdown interface to use the RoRegisterForApartmentShutdown function.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header objidl.h

See also

RoRegisterForApartmentShutdown