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