There is a pretty good example in MSDN which was written by some developers
at Panther
Software (So. California).  It is called "Microsoft's NetMeeting 2.1 COM
Interfaces: Understanding
How they Work".  They go through the steps of creating a typical NM
application and the
COM interfaces involved.  It actually explains the interfaces pretty well
(relative to the SDK).

Note, however, that their practice of passing raw interface pointers accross
threads does
not work in NM 3.0 (and is illegal anyway) for an apartment-threaded
application.  You must
create a new apartment for each of the two threads and you must marshal and
unmarshal
interface pointers from the main apartment to the secondary apartments (and
back
again).

Though, if I were you, I would still try to get through a couple of the SDK
examples.

> -----Original Message-----
> From: Winters, Chris (CAP, GEFA, Contractor)
> [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 29, 2000 2:57 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      [NetMeeting] SDK DOCS
> 
> 
> Hmmm the docs are very confusing.... I need better examples... Does anyone
> know whee I can get some good examples?
> 
> 
> Chris 'Channel0' Winters
> Applications Developer/Consultant
> Specializing in Web, Systems, and Graphical development
> Metamor Industry Solutions
> 804.327.5904                 -Office
> 800.374.4434 Pin 14329 -Pager
> 804.920.0658                 -Cell 'O Phone
> 
> NOTE: Any transmissions sent by my address reflects entirely MY opinions,
> complaints, views, motions, comments, and thoughts. Metamor Industry
> Solutions and it's entire subdivisions hold no responsibility whatsoever.
> I charge $1.25 for each spam mail I recieve. Please note that NOT my
> company, but I take it seriously to impose a lawsuit on spam email.
> 
> Groovy, baby, yeah!
> 
> Chris Winters (c), Copyright 2K
> Chris Winters name is a trademark of Winters productions.
> 
> 
> -----------------------------------------------------------------------
> http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
> -----------------------------------------------------------------------
-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------

Reply via email to