Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Creating standalone COM objects...
Creating standalone COM objects... [message #436259] Fri, 14 May 2004 00:03
Avneesh Saxena is currently offline Avneesh SaxenaFriend
Messages: 12
Registered: July 2009
Junior Member
If I implement IUnknown (as is done in say OleClientSite), is it usable from
any arbitrary COM object? I ask this because I was trying to understand the
implementation in callback.c and it seems like that when a Vtlb is created
through COMObject and Callback(in java) classes, all the functions are
supposed to take jint arguments. Moreover, when a function is called
(callback.c's callback function) the va_arg macro is passed jint so if the
function is called as a result of QueryInterface(IID...), what will the
first param contain?

Thanks,
--Avs
Previous Topic:How to build SWT dll's on win32
Next Topic:about workbench eixt
Goto Forum:
  


Current Time: Thu Apr 18 07:22:00 GMT 2024

Powered by FUDForum. Page generated in 0.01880 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top