smiCNTR64 structure (winsnmp.h)
[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 WinSNMP smiCNTR64 structure contains a 64-bit unsigned integer value. The structure represents a 64-bit counter.
Syntax
typedef struct {
smiUINT32 hipart;
smiUINT32 lopart;
} smiCNTR64, *smiLPCNTR64;
Members
hipart
Specifies the high-order 32 bits of the counter.
lopart
Specifies the low-order 32 bits of the counter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | winsnmp.h |