IMbnConnectionEvents::OnDisconnectComplete method
Notification method that indicates that a disconnection operation has been performed.
Syntax
HRESULT OnDisconnectComplete( [in] IMbnConnection *newConnection, [in] ULONG requestID, [in] HRESULT status );
Parameters
- newConnection [in]
-
An IMbnConnection interface that represents the connection that has been disconnected.
- requestID [in]
-
The request ID assigned by the Mobile Broadband service to identify the disconnection operation.
- status [in]
-
The operation completion status. This can only be S_OK.
Return value
This method must return S_OK.
Remarks
An application can use IMbnConnection to get the current connection state.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|
See also