GetSize method

Returns the number of items in the recycle bin and the size in bytes of the items in the recycle bin.

Syntax


C++

HRESULT GetSize(
   VARIANT pItemBytes,
   VARIANT pItemCount)

Scripting languages

Object.GetSize(
   
pItemBytes as VARIANT,
   pItemCount as VARIANT)

Parameters


pItemBytes

Upon return, the size of the items in the Recycle Bin.

pItemCount

Upon return, the number of items in the Recycle Bin.

Return value


C++

The return code.

Scripting languages

None.

 

Home

Applies to

IERURecycleBin