コード例 #1
0
 public static extern int CreateBindCtx(int reserved, out System.Runtime.InteropServices.ComTypes.IBindCtx bind_ctx);
コード例 #2
0
 public static extern void SHCreateItemFromParsingName([MarshalAs(UnmanagedType.LPWStr)] string pszPath, [MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In, MarshalAs(UnmanagedType.LPStruct)] Guid riid, [MarshalAs(UnmanagedType.Interface)] out IShellItem2 ppv);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: lilbaek/loadit
 internal static extern int CreateBindCtx(int reserved, out IBindCtx ppbc);
コード例 #4
0
 private static extern void CreateBindCtx(int reserved, out IBindCtx ppbc);
コード例 #5
0
ファイル: FakeObject.cs プロジェクト: sasqwatch/LethalHTA
 public void Reduce([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In] uint dwReduceHowFar, [In, MarshalAs(UnmanagedType.Interface), Out] ref IMoniker ppmkToLeft, [MarshalAs(UnmanagedType.Interface)] out IMoniker ppmkReduced)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 private static extern void CreateBindCtx(int reserved,
                                          out System.Runtime.InteropServices.ComTypes.IBindCtx ppbc);
コード例 #7
0
ファイル: FakeObject.cs プロジェクト: sasqwatch/LethalHTA
 public void BindToStorage([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In, MarshalAs(UnmanagedType.Interface)] IMoniker pmkToLeft, [In] ref Guid riid, [MarshalAs(UnmanagedType.IUnknown)] out object ppvObj)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
ファイル: FakeObject.cs プロジェクト: sasqwatch/LethalHTA
 public void ParseDisplayName([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In, MarshalAs(UnmanagedType.Interface)] IMoniker pmkToLeft, [In, MarshalAs(UnmanagedType.LPWStr)] string pszDisplayName, out uint pchEaten, [MarshalAs(UnmanagedType.Interface)] out IMoniker ppmkOut)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
ファイル: FakeObject.cs プロジェクト: sasqwatch/LethalHTA
 public void GetDisplayName([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In, MarshalAs(UnmanagedType.Interface)] IMoniker pmkToLeft, [MarshalAs(UnmanagedType.LPWStr)] out string ppszDisplayName)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
ファイル: FakeObject.cs プロジェクト: sasqwatch/LethalHTA
 public void GetTimeOfLastChange([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In, MarshalAs(UnmanagedType.Interface)] IMoniker pmkToLeft, [MarshalAs(UnmanagedType.LPArray), Out] FILETIME[] pFileTime)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
ファイル: FakeObject.cs プロジェクト: sasqwatch/LethalHTA
 public int IsRunning([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IBindCtx pbc, [In, MarshalAs(UnmanagedType.Interface)] IMoniker pmkToLeft, [In, MarshalAs(UnmanagedType.Interface)] IMoniker pmkNewlyRunning)
 {
     throw new NotImplementedException();
 }