Esempio n. 1
0
 public static extern Int32 StrRetToBuf(
     ref STRRET pstr,
     IntPtr pidl,
     StringBuilder pszBuf,
     UInt32 cchBuf);
Esempio n. 2
0
 public static extern Int32 StrRetToBSTR(
     ref STRRET pstr,
     IntPtr pidl,
     [MarshalAs(UnmanagedType.BStr)]
     out String pbstr);