Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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 codeDescription
S_OK

The method completed successfully.

 

Requirements

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnDeviceServicesEvents

 

 

Show:
© 2017 Microsoft