IXACTEngine::UnRegisterNotification

Cancel registration of an event notification.

STDAPI UnRegisterNotification(
  const XACT_NOTIFICATION_DESCRIPTION *pNotificationDesc
);

Parameters

pNotificationDesc
[in] Pointer to an XACT_NOTIFICATION_DESCRIPTION structure describing the notification to unregister.

Note    Attempting to unregister a notification that has not been registered has no effect.

Return Values

Returns S_OK if successful, an error code otherwise.

Requirements

Header: Declared in Xact.h.

See Also

IXACTEngine