MMCFreeNotifyHandle

[This is preliminary documentation and subject to change.]

Must be called by a snap-in when the property sheet is destroyed.

STDAPI MMCFreeNotifyHandle(
  long lNotifyHandle  // Handle to a notification
);
 

Parameters

INotifyHandle
[in] Specifies a handle provided by the console during a IExtendPropertySheet::CreatePropertyPages call.

Return Values

S_OK
The handle was successfully freed.
For more about OLE error codes, see the COM and ActiveX Object Services documentation in the Platform SDK.

Remarks

MMCFreeNotifyHandle should be called one time only.

See Also

IComponent, IExtendPropertySheet::CreatePropertyPages, MMCPropertyChangeNotify