libsangoma  1
Public Attributes | List of all members
_API_POLL_STRUCT Struct Reference

Windows poll structure used to implement blocking poll for read/write/event. More...

#include <wanpipe_api_hdr.h>

Public Attributes

unsigned char operation_status
 
u_int32_t user_flags_bitmap
 
u_int32_t poll_events_bitmap
 

Detailed Description

Windows poll structure used to implement blocking poll for read/write/event.

This structure is only used by WINDOWS code

Definition at line 469 of file wanpipe_api_hdr.h.

Member Data Documentation

unsigned char _API_POLL_STRUCT::operation_status

operation completion status, check on return

Definition at line 471 of file wanpipe_api_hdr.h.

u_int32_t _API_POLL_STRUCT::user_flags_bitmap

bitmap of events API user is interested to receive

Definition at line 472 of file wanpipe_api_hdr.h.

u_int32_t _API_POLL_STRUCT::poll_events_bitmap

bitmap of events available for API user

Definition at line 473 of file wanpipe_api_hdr.h.


The documentation for this struct was generated from the following file: