IWMDMDevice2::GetSpecifyPropertyPages method (mswmdm.h)
The GetSpecifyPropertyPages method retrieves the property page for the device. Property pages can be used to report device-specific properties and branding information.
Syntax
HRESULT GetSpecifyPropertyPages(
[out] ISpecifyPropertyPages **ppSpecifyPropPages,
[out] IUnknown ***pppUnknowns,
[out] ULONG *pcUnks
);
Parameters
[out] ppSpecifyPropPages
Pointer to a pointer to an ISpecifyPropertyPages interface. ISpecifyPropertyPages is documented in the COM area of the Platform SDK. The caller must release this interface when done with it.
[out] pppUnknowns
Specifies an array of IUnknown interface pointers. These interfaces are passed to the property page and can be used to pass information between the property page and the service provider. The array is allocated by Windows Media Device Manager, but the caller must call Release on each interface retrieved, and CoTaskMemFree on the retrieved array.
[out] pcUnks
Retrieves the size of the pppUnknowns array.
Return value
The method returns an HRESULT. All the interface methods in Windows Media Device Manager can return any of the following classes of error codes:
- Standard COM error codes
- Windows error codes converted to HRESULT values
- Windows Media Device Manager error codes
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mswmdm.h |
Library | Mssachlp.lib |