IMbnInterfaceManagerEvents::OnInterfaceArrival method

Notification method that signals that a device has been added to the system.

Syntax


HRESULT OnInterfaceArrival(
  [in] IMbnInterface *newInterface
);

Parameters

newInterface [in]

An IMbnInterface that represents the new device.

Return value

This method must return S_OK.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnInterfaceManagerEvents

 

 

Show: