IPortClsNotifications::FreeNotificationBuffer-Methode (portcls.h)
Gibt einen zuvor zugeordneten IPortClsNotifications-Puffer frei. Der Puffer wird beim Senden von Benachrichtigungen verwendet, um die Kommunikation zwischen Audiomodulen und UWP-Apps zu ermöglichen.
Weitere Informationen zu Audiomodulen finden Sie unter Implementing Audio Module Discovery.
Syntax
void FreeNotificationBuffer(
[in] PPCNOTIFICATION_BUFFER NotificationBuffer
);
Parameter
[in] NotificationBuffer
Die Adresse des im IPortClsNotifications::AllocNotificationBuffer Aufrufs zurückgegebenen Benachrichtigungspuffers.
Rückgabewert
Nichts
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Verfügbar in Windows 10, Version 1703 und höheren Versionen von Windows. |
Zielplattform- | Universal |
Header- | portcls.h (include Portcls.h) |
Library | Portcls.lib |
IRQL- | PASSIVE_LEVEL |