⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winextdll.h

📁 开发snmp的开发包有两个开放的SNMP开发库
💻 H
字号:
/* * Don't include ourselves twice  */#ifndef _WINEXTDLL_H#define _WINEXTDLL_H#ifdef __cplusplusextern "C" {#endif    /*     * We use 'header_generic' from the util_funcs module,     *  so make sure this module is included in the agent.     */config_require(util_funcs)    /*     * Declare our publically-visible functions.     * Typically, these will include the initialization and shutdown functions,     *  the main request callback routine and any writeable object methods.     *     * Function prototypes are provided for the callback routine ('FindVarMethod')     *  and writeable object methods ('WriteMethod').     */     void     init_winExtDLL(void);     Netsnmp_Node_Handler var_winExtDLL;     #ifdef __cplusplus}#endif#endif                          /* _WINEXTDLL_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -