IXACTEngine::RegisterNotification

Registers an event notification.

STDAPI RegisterNotification(
  const XACT_NOTIFICATION_DESCRIPTION *pNotificationDesc
);

Parameters

pNotificationDesc
[in] Pointer to an XACT_NOTIFICATION_DESCRIPTION structure that describes the notification to register.

Return Values

Returns S_OK if successful, an error code otherwise.

Requirements

Header: Declared in Xact.h.

See Also

IXACTEngine