Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Wix !(bind.AssemblyFullName.fileId) only works on GACed assemblies?

Is [ComImport] considered P/Invoke?

c# com pinvoke

COM Elevation Moniker fails to elevate the server under Vista/Windows 7

COM (C++) Is Interlock APIs enough for Thread Saftey in AddRef and Release?

c++ windows winapi com mapi

Using std::unique_ptr for managing COM objects

c++ c++11 com smart-pointers

Understand COM c# interfaces

c# com com-interop

Define a COM class that is only createable from the same EXE where it is registered

multithreading com

Can my 32 bit and 64 bit COM components co-reside on the same machine?

com dll 64-bit

What simple methods are there to wrap a c++ based object model with a COM interface

c++ com atlcom

Does the COM server have to call SysFreeString() for an [out] parameter?

windows visual-c++ com interop

COM Dual Interfaces

interface com idispatch

Is it possible to have an out-of-process COM server where a separate O/S process is used for each object instance?

c++ com winapi