IITPropList::GetHeaderSize method (infotech.h)

Returns the number of bytes needed to save the header.

Syntax

HRESULT GetHeaderSize(
  [out, ref] DWORD & dwHdrSize
);

Parameters

[out, ref] dwHdrSize

Size, in bytes.

Return value

This method can return one of these values.

Return code Description
S_OK
The size was successfully returned.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITPropList

IITPropList::GetDataSize