BindToObject (pidlFolder, IntPtr.Zero, ref IIDISHELLFOLDER, out item); if (HR != S_OK) return null; if (item != null) { int pchEaten; int pdwAttributes; ...
確定! 回上一頁