SNMP Functions (Compact 2013)
3/26/2014
The following table shows the SNMP functions with a description of the purpose of each.
Programming element |
Description |
---|---|
This function is called by the Microsoft Simple Network Management Protocol (SNMP) service to request that the SNMP extension agent deallocate resources and terminate operations. |
|
This function is called by the Microsoft SNMP service to initialize the SNMP extension agent dynamic-link library (DLL). |
|
This function is called by the Microsoft SNMP service to identify any additional management information base (MIB) subtrees the SNMP extension agent supports. |
|
This function is called by the Microsoft SNMP service to resolve SNMP requests that contain variables within one or more of the SNMP extension agent's registered MIB subtrees. |
|
This function is called by the Microsoft SNMP service to process SNMP requests that specify variables in one or more MIB subtrees registered by SNMP extension agents. |
|
This function is called by the Microsoft SNMP service to retrieve information the service needs to generate traps for the SNMP extension agent. |
|
This function retrieves the number of centiseconds that the SNMP service has been running. |
|
This function adjusts the level of detail of the debug output from the SNMP service and from SNMP extension agents using the SnmpUtilDbgPrint function. |
|
This function adjusts the destination for the debug output from the SNMP service and from SNMP extension agents using the SnmpUtilDbgPrint function. |
|
This function closes the SnmpTfx framework application. |
|
This function initializes the SnmpTfx framework application. |
|
This function resolves SNMP requests that contain variables within one or more of the SNMP extension agent's registered MIB views. |
|
This function copies the variable pointed to by the pAnySrc parameter to the pAnyDst parameter. The function allocates any necessary memory for the destination's copy. |
|
This function frees the memory allocated for the specified AsnAny. |
|
This function enables debugging output from the SNMP service. |
|
This function converts an object identifier (OID) to a null-terminated string. |
|
This function converts an object identifier (OID) to a Unicode string. |
|
This function allocates dynamic memory from the process heap. |
|
This function frees the specified memory object. |
|
This function changes the size of the specified memory object. |
|
This function compares two octet strings. |
|
This function copies the variable pointed to by the pOctetsSrc parameter to the variable pointed to by the pOctetsDst parameter. |
|
This function frees the memory allocated for the specified octet string. |
|
This function compares two octet strings. |
|
This function appends the source object identifier to the destination object identifier. |
|
This function compares two object identifiers. |
|
This function copies the variable pointed to by the pOidSrc parameter to the pOidDst parameter, allocating any necessary memory for the destination's copy. |
|
This function frees the memory allocated for the specified object identifier. |
|
This function compares two object identifiers. |
|
This function converts an object identifier (OID) to a null-terminated string. |
|
This function converts an object identifier (OID) to a Unicode string. |
|
This function outputs the value of the Any parameter to a string. |
|
This function copies the specified SnmpVarBind structure, and allocates any memory necessary for the destination structure. |
|
This function frees the memory allocated for an SnmpVarBind structure. |
|
This function copies the specified SnmpVarBind structure, and allocates any necessary memory for the destination's copy. |
|
This function frees the memory allocated for an SnmpVarBindList structure. |