Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Looking up the value for MS Office Interop constants rather than hard coding them

Does IUnknown::QueryInterface() increment the reference count?

com queryinterface iunknown

double calls to CoInitialize()

winapi com

Difference between pointer-to-pointer vs reference-to-pointer (C++)

c++ pointers com out

Why COM DLLs exports should be marked "PRIVATE"?

c++ c dll com

How to autogenerate *_TLB.pas in Delphi XE?

delphi com delphi-xe typelib

c# how to convert IntPtr to struct?

c# com com-interop

CoCreateInstance returning E_NOINTERFACE even though interface is found

Why do we need "this pointer adjustor thunk"?

c++ com

Is it important to call CoUninitialize on a thread that will be terminated before my application exits?

windows visual-c++ com

Why is the C# CreateObject so much more verbose than VB.NET?

c# vb.net com

Invoke method using Reflection on COM Object

c# reflection com

How can C# use a legacy DLL simply without registration(regsvr32)

Excel Process not closing in VB.net

vb.net excel com interop

TThread and COM - "CoInitialize has not been called", although CoInitialize is called in the constructor

Downloading file using IE from python

Mysterious VBIDE reference in C# project broken

c# reference com

C# interop: excel process not exiting after adding new worksheet to existing file [duplicate]

c# excel com interop pia

How can I debug a C# COM assembly when it's being called from a native win32 application?

c# .net windows delphi com

Manually release ComPtr

c++ com