IWindowsDevicesAllJoynBusAttachmentInterop::get_Win32Handle method
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
- value [out]
-
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
|
Minimum supported client | Windows 10 |
|---|---|
|
Minimum supported server | Windows Server 2016 Technical Preview [desktop apps only] |
|
Minimum supported phone | Windows 10 Mobile |
|
Header |
|
See also
Community Additions
ADD
Show: