Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

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

COM: How to handle a specific exception?

com exception-handling ado

How are STA COM components handled when used in a WCF service hosted in IIS (7+)?

wcf iis com sta

Possible to access a WMI object's properties BY NAME in VBScript?

com vbscript wmi

Translate COM error codes in C#

c# vb.net com error-handling

COM SAFEARRAY of GUID's returned from C++ to C#

c# c++ com guid safearray

How to specify a default value for VARIANT_BOOL?

com default-value idl

Python ctypes and DLL that uses a COM object

python dll com ctypes