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.
The value that specifies the low-order 32-bit value (in bytes) for the size of the fax message archive.
This property is read-only.
Syntax
HRESULT get_ArchiveSizeLow(
long *plSizeLow
);
Parameters
plSizeLow
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 |