Esempio n. 1
0
 public static void DestroyImagePtr(List <IntPtr> imgPtrConstructed)
 {
     foreach (IntPtr imgPtr in imgPtrConstructed)
     {
         ShellAPI.DeleteObject(imgPtr);
     }
 }