IMbnDeviceServicesEvents::OnCloseCommandSessionComplete method
Notification method indicating that a device service CloseCommandSession request has completed.
Syntax
HRESULT OnCloseCommandSessionComplete( [in] IMbnDeviceService *deviceService, [in] HRESULT status, [in] ULONG requestID );
Parameters
- deviceService [in]
-
The IMbnDeviceService object on which the CloseCommandSession was requested.
- status [in]
-
A status code that indicates the outcome of the operation.
- requestID [in]
-
The request ID that was assigned by the Mobile Broadband service to the close request.
Return value
The method must return the following value.
| Return code | Description |
|---|---|
|
The method completed successfully. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|
See also