AudioExtensionParams structure
This structure is passed to the Control Panel Endpoint Extension property page through IShellPropSheetExt::AddPages and is used to create endpoint PropertyPages.
Syntax
typedef struct _AudioExtensionParams { LPARAM AddPageParam; IMMDevice *pEndpoint; IMMDevice *pPnpInterface; IMMDevice *pPnpDevnode; } AudioExtensionParams, *PAudioExtensionParams;
Members
- AddPageParam
-
The add page param.
- pEndpoint
-
Pointer to the end point.
- pPnpInterface
-
Pointer to the Pnp interface.
- pPnpDevnode
-
Pointer to the Pnp devnode.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: