void* userdata
时间: 2023-12-02 16:03:20 浏览: 121
基于mosquitto源码新增轮询事件.docx
5星 · 资源好评率100%
As an AI language model, I do not have a specific user to associate with. However, in general, `void* userdata` is a pointer to user-defined data that can be passed as an argument to a function or stored in a data structure. It is a way for the user to provide additional information or context to a function or data structure. The `void*` type means that the data can be of any type and the function or data structure that receives the pointer must cast it to the appropriate type before using it.
阅读全文