IFaxConfiguration::get_ArchiveSizeHigh method (faxcomex.h)

The value that specifies the high-order 32-bit value (in bytes) for the size of the fax message archive.

This property is read-only.

Syntax

HRESULT get_ArchiveSizeHigh(
  long *plSizeHigh
);

Parameters

plSizeHigh

Return value

None

Remarks

Because the archive may exceed 4 gigabytes (GB) in size, the archive size is described using two long values. ArchiveSizeLow is the low 32-bit value of the archive size. ArchiveSizeHigh is the high 32-bit value of the archive size. The size of the archive is: ArchiveSizeLow + 4 GB * ArchiveSizeHigh.

If both the ArchiveSizeLow and ArchiveSizeHigh properties have the value 0xffffffff, they specify an invalid archive size, and you should ignore both property values.

To read this property, a user must have the farQUERY_CONFIG access right.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

IFaxConfiguration