winextdll.h
来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 35 行
H
35 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?