IWindowsDevicesAllJoynBusAttachmentInterop interface (windows.devices.alljoyn.interop.h)

This interface allows for retrieval of the underlying alljoyn_busattachment object.

Inheritance

The IWindowsDevicesAllJoynBusAttachmentInterop interface inherits from IInspectable . IWindowsDevicesAllJoynBusAttachmentInterop also has these types of members:

Methods

The IWindowsDevicesAllJoynBusAttachmentInterop interface has these methods.

 
IWindowsDevicesAllJoynBusAttachmentInterop::get_Win32Handle

Classic COM interface that simply returns a pointer to the underlying alljoyn_busattachment instance, so the app can use it directly with the AllJoyn Core C API.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header windows.devices.alljoyn.interop.h

See also

IInspectable