Exemplo n.º 1
0
 public void ILFree()
 {
     if (!hClone.IsEmpty)
     {
         Shell32.ILFree(hClone.pidl);
     }
     hClone = PidlHandle.Empty;
 }
Exemplo n.º 2
0
 private PidlClone(IntPtr h)
 {
     hClone = new PidlHandle(h);
 }