IMbnDeviceService::QuerySupportedCommands method
Gets the list of commands IDs supported by the Mobile Broadband device service.
Syntax
HRESULT QuerySupportedCommands( [out] ULONG *requestID );
Parameters
- requestID [out]
-
A unique request ID assigned by the Mobile Broadband service to identify this request.
Return value
The method can return one of the following values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
This device service command is not allowed for calling process privileges. |
|
An error was encountered when executing this method. |
Remarks
QuerySupportedCommands enables the application to enumerate the list of command messages supported by a device service on the Mobile Broadband device.
This is an asynchronous operation and QuerySupportedCommands will return immediately. On completion of the operation, the Mobile Broadband service will call the OnQuerySupportedCommandsComplete method of the IMbnDeviceServicesEvents interface.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|
See also