IWindowsDevicesAllJoynBusAttachmentInterop::get_Win32Handle method (windows.devices.alljoyn.interop.h)

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.

Syntax

HRESULT get_Win32Handle(
  [out] UINT64 *value
);

Parameters

[out] value

The pointer to the underlying alljoyn_busattachment instance.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

IWindowsDevicesAllJoynBusAttachmentInterop