AllJoynEventSelect function

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

Syntax


BOOL WINAPI AllJoynEventSelect(
  _In_ HANDLE connectedBusHandle,
  _In_ HANDLE eventHandle,
  _In_ DWORD  eventTypes
);

Parameters

connectedBusHandle [in]

Pipe handle.

eventHandle [in]

Handle to the event to be set when any of the events in bit mask happens.

eventTypes [in]

Bit mask of events to select.

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: