The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPortableDeviceServiceCapabilities::GetSupportedEvents method
The GetSupportedEvents method retrieves the events supported by the service.
Syntax
HRESULT STDMETHODCALLTYPE GetSupportedEvents( [out] IPortableDevicePropVariantCollection **ppEvents );
Parameters
- ppEvents [out]
-
The IPortableDevicePropVariantCollection interface that receives the list of events.
Return value
If the method succeeds, it returns S_OK. Any other HRESULT value indicates that the call failed.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | None supported |
|
Header |
|
|
IDL |
|
See also
Community Additions
Show: