コード例 #1
0
ファイル: Functions.cs プロジェクト: windygu/sycorax
 public static extern Int32 StrRetToBuf(
     ref STRRET pstr,
     IntPtr pidl,
     StringBuilder pszBuf,
     UInt32 cchBuf);
コード例 #2
0
   public static extern Int32 StrRetToBuf(
 ref STRRET pstr,    
 IntPtr pidl,        
 StringBuilder pszBuf,  
 UInt32 cchBuf);
コード例 #3
0
ファイル: Functions.cs プロジェクト: windygu/sycorax
 public static extern Int32 StrRetToBSTR(
     ref STRRET pstr,
     IntPtr pidl,
     [MarshalAs(UnmanagedType.BStr)]
     out String pbstr);
コード例 #4
0
   public static extern Int32 StrRetToBSTR(
 ref STRRET pstr,    
 IntPtr pidl,        
 [MarshalAs(UnmanagedType.BStr)]
 out String pbstr);