SHQUERYRBINFO Structure

Type SHQUERYRBINFO
  cbSize As Long
  i64Size As ULARGE_INTEGER
  i64NumItems As ULARGE_INTEGER
End Type

Description & Usage

The SHQUERYRBINFO holds information about a Recycle Bin. This Recycle Bin could be specific to a particular drive, or it could be the systemwide Recycle Bin. The structure holds the number of items in the Recycle Bin as well as the total size of all items in it. Both values are stored as unsigned 64-bit integers.

Visual Basic-Specific Issues

None.

Data Members

cbSize
The size in bytes of the structure.
i64Size
The total size, in bytes, of all the items currently in the Recycle Bin.
i64NumItems
The total number of items currently in the Recycle Bin.

Used By

SHQueryRecycleBin

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


Last Modified: September 1, 1999
This page is copyright © 1999 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/s/shqueryrbinfo.html