Compartir a través de


AsnCounter64 (Windows CE 5.0)

Send Feedback

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.

typedef struct {ULONG LowPart;ULONGHighPart;} AsnCounter64;

Members

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

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Snmp.h.

See Also

AsnAny

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.