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 "SHQUERYRBINFO" in [All]

Structures

.

public struct SHQUERYRBINFO

.

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

.

     public struct SHQUERYRBINFO

.

        SHQUERYRBINFO shrb = new SHQUERYRBINFO();

.

        shrb.cbSize = Marshal.SizeOf(typeof(SHQUERYRBINFO));

.
Documentation
[SHQUERYRBINFO] on MSDN

shell32

.

static extern int SHQueryRecycleBin(string pszRootPath, ref SHQUERYRBINFO

.

   pSHQueryRBInfo);

.

public struct SHQUERYRBINFO

.

    SHQUERYRBINFO sqrbi = new SHQUERYRBINFO();

.

    sqrbi.cbSize = Marshal.SizeOf(typeof(SHQUERYRBINFO));


 
Access PInvoke.net directly from VS: