IITPropList::SaveHeader method (infotech.h)

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
S_OK
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

See also

IITPropList