Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windows Shell
Shell Reference
Shell Structures
 SHQUERYRBINFO Structure
SHQUERYRBINFO Structure

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.h
Minimum operating systems Windows NT 4.0, Windows 95
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker