AllJoynEnumEvents function

Provides AllJoyn transport functionality similar to the TCP socket WSAEnumNetworkEvents functionality.

Syntax


BOOL WINAPI AllJoynEnumEvents(
  _In_     HANDLE connectedBusHandle,
  _In_opt_ HANDLE eventToReset,
  _Out_    PDWORD *eventTypes
);

Parameters

connectedBusHandle [in]

Pipe handle.

eventToReset [in, optional]

Optional handle to the event to be reset after completion of this call.

eventTypes [out]

Output for bitmask of events being set.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016 Technical Preview [desktop apps only]

Minimum supported phone

Windows 10 Mobile

Header

MSAJTransport.h

Library

MSAJApi.lib

DLL

MSAJApi.dll

 

 

Community Additions

ADD
Show: