Contains the size and item count information retrieved by the SHQueryRecycleBin function.
Syntax
typedef struct _SHQUERYRBINFO{ DWORD cbSize; #if !defined(_MAC) || defined (_MAC_INT_64) __int64 i64Size; __int64 i64NumItems; #else DWORDLONG i64Size; DWORDLONG i64NumItems; #endif } SHQUERYRBINFO, *LPSHQUERYRBINFO;
Members
cbSize The size of the structure, in bytes. This member must be filled in prior to calling the function. i64Size The total size of all the objects in the specified Recycle Bin, in bytes. i64NumItems The total number of items in the specified Recycle Bin.
Structure Information
Headershellapi.hMinimum operating systems Windows NT 4.0, Windows 95