Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Generating a COM visible assembly from managed c++ (C++/CLI)

Return SAFEARRAY of custom interface types to VB6 through COM

How to define implementation of a COM coclass?

c++ com coclass

How to get a COM reference to an Internet Explorer instance embedded in another application

In Windows, is there any way to convert an errno into an HRESULT?

windows com errno hresult

RPC_E_SERVERFAULT

asp.net com

Where does CLSIDFromProgID() look in the registry?

com guid clsidfromprogid

Get Hashcode for Excel Workbook in VSTO to enable buttons based on state

c# .net excel com vsto

Com object in Java , possible?

java com

Am I completely negating the benefit of Microsoft::WRL::ComPtr by passing it around as a reference (&)?

How to develop Microsoft office word addin for 64bit version office in vs2010

Why is System.IO.Path (a class with only static members) COM visible?

.net com

How to use COM (Component Object Model) in Golang

windows dll go com

COM initialization and cleanup appropriate at the function-level granularity?

c++ c winapi com

How to register a COM class in memory?

winapi com

Runtime callable wrapper (RCW) scope - process or application domain?

Deriving COM interfaces in .NET

c# c++ .net interface com

COMException in C# when hooking into event

c# .net events com interop

How can I marshal an out-of-process COM reference across process boundaries?

c# c++ com interprocess

Does COM activation of LocalServer32 EXE from the same user account share an existing process or not?

windows com atl out-of-process