SHQUERYRBINFOSHQUERYRBINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: SHNAMEMAPPING
*Next Topic: SOARCINFO

SHQUERYRBINFO


typedef struct _SHQUERYRBINFO {
    DWORD cbSize;     
    __int64 i64Size;
    __int64 i64NumItems;
} SHQUERYRBINFO, FAR *LPSHQUERYRBINFO;

Contains the size and item count information retrieved by the SHQueryRecycleBin function.

cbSize
Size of the structure, in bytes. This member must be filled in prior to calling the function.
i64Size
Total size of all the objects in the specified Recycle Bin, in bytes.
i64NumItems
Total number of items in the specified Recycle Bin.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.