次の方法で共有


IWindowsDevicesAllJoynBusAttachmentInterop::get_Win32Handle メソッド (windows.devices.alljoyn.interop.h)

基になる alljoyn_busattachment インスタンスへのポインターを単に返す従来の COM インターフェイス。そのため、アプリは AllJoyn Core C API で直接使用できます。

構文

HRESULT get_Win32Handle(
  [out] UINT64 *value
);

パラメーター

[out] value

基になるalljoyn_busattachment インスタンスへのポインター。

戻り値

このメソッドは、成功すると S_OK を返します。 成功しなかった場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー windows.devices.alljoyn.interop.h

こちらもご覧ください

IInspectable

IWindowsDevicesAllJoynBusAttachmentInterop