SHQueryRecycleBin function shell32
Retrieves the size of the Recycle Bin and the number of items in it, for a specified drive.
SHSTDAPI SHQueryRecycleBinW(
LPCWSTR pszRootPath,
LPSHQUERYRBINFO pSHQueryRBInfo
);
Implementation
int SHQueryRecycleBin(
Pointer<Utf16> pszRootPath, Pointer<SHQUERYRBINFO> pSHQueryRBInfo) =>
_SHQueryRecycleBin(pszRootPath, pSHQueryRBInfo);