AsnCounter64 structure

[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]

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.

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Snmp.h

See also

Simple Network Management Protocol (SNMP) Overview

SNMP Structures

AsnAny