[This is preliminary documentation and subject to change.]
The AsnCounter64 structure contains a 64-bit unsigned integer value and represents a 64-bit counter. This structure is used by multiple SNMP functions. This structure is not used by the WinSNMP Manager API functions.
typedef struct {
ULONG LowPart; // low-order 32 bits
ULONG HighPart; // high-order 32 bits
} AsnCounter64;
Windows NT: Requires version 5.0 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in snmp.h.
Simple Network Management Protocol (SNMP) Overview, SNMP Structures, AsnAny