Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SHQueryRecycleBin" in [All]

Structures

.

    [DllImport("shell32.dll")] public static extern int SHQueryRecycleBin(string pszRootPath, ref SHQUERYRBINFO pSHQueryRBInfo);

.

        SHQueryRecycleBin(String.Empty,ref shrb);

shell32

.

static extern int SHQueryRecycleBin(string pszRootPath, ref SHQUERYRBINFO

.

    int hresult = SHQueryRecycleBin(string.Empty, ref sqrbi);

.

int hresult = SHQueryRecycleBin(@"C:\", ref sqrbi);

.
Documentation
[SHQueryRecycleBin] on MSDN

 
Access PInvoke.net directly from VS: