Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |