Using CLUSPROP_BUFFER_HELPER
CLUSPROP_BUFFER_HELPER is a fundamental tool for building and parsing property and value lists, and can be used for arrays as well. CLUSPROP_BUFFER_HELPER is a union of pointers that lets you step through the bytes of a buffer, reading or writing values of various types.
The following sections present procedures and example code.
Topic | Description |
---|---|
Building with CLUSPROP_BUFFER_HELPER | How to create value and property lists with CLUSPROP_BUFFER_HELPER. |
Parsing with CLUSPROP_BUFFER_HELPER | How to read value and property lists with CLUSPROP_BUFFER_HELPER. |