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