Share via


AsnCounter64 (Windows Embedded CE 6.0)

1/6/2010

This 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.

Syntax

typedef struct {
  ULONG LowPart;
  ULONG HighPart;
} AsnCounter64;

Members

  • LowPart
    Specifies the low-order 32 bits of the counter.
  • HighPart
    Specifies the high-order 32 bits of the counter.

Requirements

Header snmp.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

SNMP Structures
AsnAny