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::OnCloseDataSessionComplete method

Notification method indicating that a device service session CloseDataSession request has completed.

Syntax


HRESULT OnCloseDataSessionComplete(
  [in]  IMbnDeviceService *deviceService,
  [in] HRESULT            status,
  [in] ULONG              requestID
);

Parameters

deviceService [in]

The IMbnDeviceService session object on which the CloseDataSession 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 CloseDataSession 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