#include <cbser.h>
Data Fields | |
| t_cbthr | hthr |
| Handle of the background thread retrieving the informations. | |
| t_cbserinfocb | cbsicb |
| The callback function for retrieved informations. Internal use only, the user should not change this value. | |
| void * | ctx |
| Context for the callback function. | |
| short | goon |
| The background thread is active, as long this field is != 0. | |
cbserinfo_stop()
The callback function for retrieved informations. Internal use only, the user should not change this value.
| void* t_cbserinfo::ctx |
Context for the callback function.
| short t_cbserinfo::goon |
The background thread is active, as long this field is != 0.
Handle of the background thread retrieving the informations.
1.4.7