| Platform SDK: Network Management | 
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 API functions.
typedef struct {
    ULONG   LowPart;    // low-order 32 bits 
    ULONG   HighPart;   // high-order 32 bits 
} AsnCounter64; 
  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Snmp.h.
Simple Network Management Protocol (SNMP) Overview, SNMP Structures, AsnAny