GetDiskSpaceUsed method

Returns the amount of disk space used by the room.

Syntax


C++

HRESULT GetDiskSpaceUsed(
   VARIANT* pItemSize,
   VARIANT pFileSize,
   LONG Options)

Scripting languages

Object.GetDiskSpaceUsed ItemSize, FileSize, 0

Parameters


 

pItemSize

Upon return, the total size of the items in the room.

pFileSize

Upon return, the total size of the files in the room.

Options

Optional flags to control the scaling of returned values. By default, sizes are returned in VARIANTs containing doubles, in bytes.  If the value for the Options parameter is 1, then values are returned in KB. If the value is 2, then values are returned in MB.  

 

Return value


C++

The return code.

Scripting languages

The total size of the items in the room and the total size of the files in the room.

Home

Applies to

IERURoom

IERUSiteRoom