| SNMPAPI_STATUS SnmpSetTranslateMode( smiUINT32 nTranslateMode // new entity/context translation mode ); |
| SNMPAPI_TRANSLATED 不常用 SNMPAPI_UNTRANSLATED_V1 版本V1 SNMPAPI_UNTRANSLATED_V2 版本V2 |
| HSNMP_ENTITY SnmpStrToEntity( HSNMP_SESSION session, // handle to the WinSNMP session LPCSTR string // pointer to a string that identifies // the entity ); |
| SNMPAPI_STATUS SnmpSetRetransmitMode( smiUINT32 nRetransmitMode // new retransmission mode ); |
| SNMPAPI_ON 启动重传模式 SNMPAPI_OFF 关闭重传模式 |
| SNMPAPI_STATUS SnmpSetTimeout( HSNMP_ENTITY hEntity, // destination management entity smiTIMETICKS nPolicyTimeout // new time-out value for database ); |
| SNMPAPI_STATUS SnmpSetRetry( HSNMP_ENTITY hEntity, // destination management entity smiUINT32 nPolicyRetry // new retry count value for database ); |
| HSNMP_CONTEXT SnmpStrToContext( HSNMP_SESSION session, // handle to the WinSNMP session smiLPCOCTETS string // pointer to a string structure ); |