Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Contains the size and item count information retrieved by the SHQueryRecycleBin function.
Syntax
typedef struct _SHQUERYRBINFO {
DWORD cbSize;
#if ...
__int64 i64Size;
#if ...
__int64 i64NumItems;
#else
DWORDLONG i64Size;
#endif
#else
DWORDLONG i64NumItems;
#endif
} SHQUERYRBINFO, *LPSHQUERYRBINFO;
Members
cbSize
Type: DWORD
The size of the structure, in bytes. This member must be filled in prior to calling the function.
i64Size
Type: __int64
The total size of all the objects in the specified Recycle Bin, in bytes.
i64NumItems
Type: __int64
The total number of items in the specified Recycle Bin.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | shellapi.h |