My Project
SallyAPI::Sound::Volume::CVolumeNotification Class Reference

Volume notification. More...

#include <VolumeNotification.h>

List of all members.

Public Member Functions

 CVolumeNotification ()
 Default constructor.
 ~CVolumeNotification ()
 Destructor.
 STDMETHODIMP_ (ULONG) AddRef()
 STDMETHODIMP_ (ULONG) Release()
STDMETHODIMP QueryInterface (REFIID IID, void **ReturnValue)
 Queries an interface.
STDMETHODIMP OnNotify (PAUDIO_VOLUME_NOTIFICATION_DATA NotificationData)
 Executes the notify action.

Detailed Description

Volume notification.

Author:
Christian Knobloch
Date:
05.05.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
05.05.2010

Destructor.

Author:
Christian Knobloch
Date:
05.05.2010

Member Function Documentation

STDMETHODIMP CVolumeNotification::OnNotify ( PAUDIO_VOLUME_NOTIFICATION_DATA  NotificationData)

Executes the notify action.

Author:
Christian Knobloch
Date:
05.05.2010
Parameters:
NotificationDataInformation describing the notification.
Returns:
.
STDMETHODIMP CVolumeNotification::QueryInterface ( REFIID  IID,
void **  ReturnValue 
)

Queries an interface.

Author:
Christian Knobloch
Date:
05.05.2010
Parameters:
IIDThe iid.
[in,out]ReturnValueIf non-null, the return value.
Returns:
The interface.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines