Share via


XACTRegisterNotification

XACTRegisterNotification

Registers an event notification.

Windows:  This function is not supported on the Windows platform. Use IXACTEngine::RegisterNotification

  STDAPI 
  XACTRegisterNotification(
  const XACT_NOTIFICATION_DESCRIPTION *pNotificationDesc
);

Parameters

Return Values

Returns S_OK if successful, an error code otherwise.

Remarks

Note    This function has been deprecated. Titles should use IXACTEngine::RegisterNotification.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

XACT Functions