Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxStreamGetNotificationId function retrieves the Plug and Play notification ID for the specified audio stream.
Syntax
GUID AcxStreamGetNotificationId(
[in] ACXSTREAM Stream
);
Parameters
[in] Stream
The ACX stream object for which to retrieve the Plug and Play notification ID.
Return value
Returns a GUID containing the Plug and Play notification ID for the object specified by the Stream parameter.
Remarks
Example
Example usage is shown below.
...
_In_ ACXSTREAM Stream,
...
GUID notificationId;
...
notificationId = AcxStreamGetNotificationId(Stream);
ACX requirements
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxstreams.h |
IRQL | <= DISPATCH_LEVEL |