table of contents
other versions
- jessie 5.2~20141018-5
- jessie-backports 5.4-7~bpo8+1
- stretch 5.4-7+deb9u1
- testing 5.6-8+b1
- stretch-backports 5.6-8~bpo9+1
- unstable 5.6-10
BrlAPI handles(3) | BrlAPI | BrlAPI handles(3) |
NAME¶
BrlAPI handles -Typedefs¶
typedef struct brlapi_handle_t brlapi_handle_t
Functions¶
size_t BRLAPI_STDCALL brlapi_getHandleSize (void)
Detailed Description¶
Each function provided by BrlAPI comes in two versions.- 1.
- A version whose name is prefixed by brlapi_ for clients opening only one simultaneous connection with BrlAPI (most frequen case)
- 2.
- A version whose name is prefixed by brlapi__ for use by clients wishing to open more than one connection to BrlAPI.
Typedef Documentation¶
typedef struct brlapi_handle_t brlapi_handle_t¶
Type for BrlAPI hanlesFunction Documentation¶
size_t BRLAPI_STDCALL brlapi_getHandleSize (void)¶
Returns the size of an object of type brlapi_handle_t in bytesAuthor¶
Generated automatically by Doxygen for BrlAPI from the source code.Thu Apr 16 2015 | Version 1.0 |