Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the property ID and data type from the property list to a buffer. Only saves properties marked with a persistence state of TRUE.
Syntax
HRESULT SaveHeader(
[out] LPVOID lpvData,
[in] DWORD dwHdrSize
);
Parameters
[out] lpvData
Pointer to a buffer to fill.
[in] dwHdrSize
Size of the buffer.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The property list was successfully saved. |
Remarks
Make sure to pass a buffer large enough to hold the property list. Use IITPropList::GetHeaderSize to determine the buffer size to pass.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | infotech.h |