Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The Capabilities method retrieves the service capabilities.
Syntax
HRESULT Capabilities(
[out] IPortableDeviceServiceCapabilities **ppCapabilities
);
Parameters
[out] ppCapabilities
The IPortableDeviceServiceCapabilities interface specifying the capabilities of the service.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
A NULL parameter was specified. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | portabledeviceapi.h |
See also
IPortableDeviceService Interface
Retrieving Supported Service Events