Platform SDK: Network Management

smiCNTR64

The WinSNMP smiCNTR64 structure contains a 64-bit unsigned integer value. The structure represents a 64-bit counter.

typedef struct {
    smiUINT32   hipart;    // high-order 32 bits 
    smiUINT32   lopart;    // low-order 32 bits 
} smiCNTR64, *smiLPCNTR64; 

Members

hipart
Specifies the high-order 32 bits of the counter.
lopart
Specifies the low-order 32 bits of the counter.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Winsnmp.h.

See Also

WinSNMP API Overview, WinSNMP Structures, SnmpGetVb, smiVALUE