XACTUnRegisterNotification

XACTUnRegisterNotification

Cancel registration of an event notification.

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

  STDAPI 
  XACTUnRegisterNotification(
  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::UnRegisterNotification.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

XACT Functions