Click here to Skip to main content
16,013,440 members
Home / Discussions / COM
   

COM

 
GeneralCreating a Microsoft Word plugin ! Pin
Maerlin31-Jul-02 5:00
Maerlin31-Jul-02 5:00 
GeneralRe: Creating a Microsoft Word plugin ! Pin
Anonymous31-Jul-02 8:27
Anonymous31-Jul-02 8:27 
QuestionHow to talk to IE Internet Options + misc? Pin
Tommy Svensson31-Jul-02 1:31
Tommy Svensson31-Jul-02 1:31 
QuestionHow can I define packed structure in IDL? Pin
magicast30-Jul-02 22:21
magicast30-Jul-02 22:21 
AnswerRe: How can I define packed structure in IDL? Pin
Mark Janveaux4-Aug-02 20:34
Mark Janveaux4-Aug-02 20:34 
GeneralOLESCRIPT_E_SYNTAX Pin
Roman Nurik30-Jul-02 18:07
Roman Nurik30-Jul-02 18:07 
GeneralATL Problems ??? Ask for help ! Pin
Leesen30-Jul-02 16:06
Leesen30-Jul-02 16:06 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Vi230-Jul-02 20:27
Vi230-Jul-02 20:27 
Q2. You can pass the IStudent interface as well as any other data from ITeacher interface.

Q1.
In IDL-file
   typedef [uuid(XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX), helpstring("Help")] 
   struct _SomeStruct
   {
      int i;
      BSTR str;
...
   } SomeStruct;

   [...,dual,...]
   interface IO : IDispatch
   {
      [id(1)] HRESULT M1([in] SomeStruct ss);
      [id(2)] HRESULT M2([in,out] SomeStruct *ss);
      [id(3)] HRESULT M3([out,retval] SomeStruct* *ss);
      [id(4)] HRESULT M4([in,out] SAFEARRAY(SomeStruct) * ssbs);
   };



With best wishes,
Vita
GeneralRe: ATL Problems ??? Ask for help ! Pin
Leesen31-Jul-02 1:45
Leesen31-Jul-02 1:45 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Vi231-Jul-02 2:48
Vi231-Jul-02 2:48 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Leesen3-Aug-02 22:51
Leesen3-Aug-02 22:51 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Philippe Mori6-Aug-02 13:20
Philippe Mori6-Aug-02 13:20 
Generalcompilation problem with #import Pin
Lily1830-Jul-02 8:49
Lily1830-Jul-02 8:49 
GeneralRe: compilation problem with #import Pin
Gertjan Schuurmans4-Aug-02 3:12
Gertjan Schuurmans4-Aug-02 3:12 
QuestionHow to do this in MFC Pin
Anonymous29-Jul-02 21:03
Anonymous29-Jul-02 21:03 
QuestionHow to Call ComAddin's function from MACRO? Pin
Gheyret29-Jul-02 19:14
Gheyret29-Jul-02 19:14 
GeneralConverting TCHAR to BSTR with ATL Pin
alma29-Jul-02 2:40
alma29-Jul-02 2:40 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
Vi229-Jul-02 2:47
Vi229-Jul-02 2:47 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
alma29-Jul-02 2:59
alma29-Jul-02 2:59 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
Michael Dunn29-Jul-02 21:08
sitebuilderMichael Dunn29-Jul-02 21:08 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
Mark Janveaux4-Aug-02 20:37
Mark Janveaux4-Aug-02 20:37 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
alma4-Aug-02 21:58
alma4-Aug-02 21:58 
GeneralPropertyPage Pin
Naveen_mah29-Jul-02 1:16
Naveen_mah29-Jul-02 1:16 
GeneralImplementing IDispatch::GetIDSOfNames Pin
Alex Cramer28-Jul-02 22:18
Alex Cramer28-Jul-02 22:18 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Vi229-Jul-02 2:53
Vi229-Jul-02 2:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.