Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Other versions of this page are also available for the
following:
8/28/2008
This contains octet quantities, usually bytes. This structure is used by multiple SNMP function. This structure is not used by the WinSNMPAPI functions.
Syntax
typedef struct { BYTE* stream ; UINT length ; BOOL dynamic ; } AsnOctetString; |
Members
- stream
-
Pointer to the octet stream.
- length
-
The number of octets in the data stream.
- dynamic
-
Flag that specifies whether the data has been dynamically allocated with SnmpUtilMemAllocfunction.
Remarks
Use the AsnOctetStringstructure to transfer string values. For example, use it to transfer the string that represents a computer name as a MIB object value.
You must check the flag specified in the dynamicmember before you release the data stream of an octet string. Call the SnmpUtilMemFreefunction only if the dynamicmember is set to TRUE.
Requirements
Header | snmp.h |
Windows Embedded CE | Windows CE 3.0 and later |