1. https://msdn.microsoft.com/fr-fr/library/windows/desktop/mt186422...

    This topic lists the Dlls available for use in a Universal Windows Platform (UWP) app.

  2. Win32 and COM for Universal Windows Platform (UWP) apps ...

    https://msdn.microsoft.com/en-us/library/windows/apps/mt592896.aspx

    These device-related APIs are supported for developing Universal Windows Platform (UWP) apps.

  3. alljoyn/AboutObj.h at master · octoblu/alljoyn · GitHub

    https://github.com/octoblu/alljoyn/blob/master/alljoyn/alljoyn_c/...

    octoblu / alljoyn. Code. Issues 9. Pull requests 0. Projects 0. Insights Pulse Graphs Permalink. Branch: master. Switch ... * @see alljoyn_busobject_addinterface *

  4. Getting up and Going with the AllJoyn SDK and …

    innerdot.com/alljoyn/getting-up-and-going-with-the-alljoyn-sdk-and...

    Getting up and Going with the AllJoyn SDK and BeagleBone Black ... , alljoyn_busattachment_getinterface, and alljoyn_busobject_addinterface. alljoyn_busobject busObj; ...

  5. core-alljoyn/AboutObj.h at master · allseenalliance/core ...

    https://github.com/allseenalliance/core-alljoyn/blob/master/...

    core-alljoyn - Read-only mirror, pull requests are not accepted. https://wiki.allseenalliance.org/develop/repository_information

  6. alljoyn_busobject_addinterface_announced - FileLog.net

    filelog.net/func/alljoyn_busobject_addinterface_announced

    alljoyn_busobject_addinterface_announced function in Export Directory: MSAJApi.dll - AllJoyn API Library v. 10.0.14393.0, sha1: f76aeff0a57b4563755f338c01d0c8eecffb31c2

  7. Windows 10 DLL File Information - MSAJApi.dll

    windows10dll.nirsoft.net/msajapi_dll.html

    alljoyn_busobject_addinterface: alljoyn_busobject_addinterface_announced; alljoyn_busobject_addmethodhandler: alljoyn_busobject_addmethodhandlers;

  8. Windows 10 RTM Release - October 2015 Update 3 …

    https://gitlab.com/alain33/Windows-universal-samples/commit/22bbec...

    This repo contains the samples that demonstrate the API usage patterns for the Universal Windows Platform (UWP) in the Windows Software Development Kit (SDK) for ...

  9. AllJoyn C# Unity API Reference Manual Version 3.2.0 (1 ...

    blog.csdn.net/ldghd/article/details/8534565

    QStatus AllJoynUnity.AllJoyn.BusObject.AddInterface (InterfaceDescription : iface) [inline] Add an interface to this object.

  10. visualstudiogallery.msdn.microsoft.com

    https://visualstudiogallery.msdn.microsoft.com/c5f52768-8df7-42ff...

    status = alljoyn_busobject_addinterface_announced(m_busObject, m_interface); if (ER_BUS_IFACE_ALREADY_EXISTS == status) {// this is OK status = ER_OK;}