Пример #1
0
 private static extern int SHQueryRecycleBin64Bit(string pszRootPath, ref ShQueryrbInfo64Bit pShQueryRbInfo);
Пример #2
0
 // ---------------------------------------------------------------------------------------------------------------------
 public static int ShQueryRecycleBin64BitVisible(string pszRootPath, ref ShQueryrbInfo64Bit pShQueryRbInfo)
 {
     return(NativeMethods.SHQueryRecycleBin64Bit(pszRootPath, ref pShQueryRbInfo));
 }