Example #1
0
 // ---------------------------------------------------------------------------------------------------------------------
 public static int ShQueryRecycleBin32BitVisible(string pszRootPath, ref ShQueryrbInfo32Bit pShQueryRbInfo)
 {
     return(NativeMethods.SHQueryRecycleBin32Bit(pszRootPath, ref pShQueryRbInfo));
 }
Example #2
0
 private static extern int SHQueryRecycleBin32Bit(string pszRootPath, ref ShQueryrbInfo32Bit pShQueryRbInfo);