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.

IMbnPinManagerEvents::OnPinListAvailable method

Notification method called by the Mobile Broadband service to indicate that the list of device PINs is available.

Syntax


HRESULT OnPinListAvailable(
  [in] IMbnPinManager *pinManager
);

Parameters

pinManager [in]

Pointer to an IMbnPinManager interface that represents the Mobile Broadband device for which the PIN list is available.

Return value

This method must return S_OK.

Remarks

This method is called by the Mobile Broadband service to notify an application when the list of supported PIN types is available or if a PIN list retrieval operation resulted in an error. The calling application can issue the GetPinList method of the passed IMbnPinManager to get the available list of supported PINs or error code returned in the operation.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnPinManagerEvents

 

 

Show:
© 2017 Microsoft