Click here to Skip to main content
16,005,181 members
Home / Discussions / COM
   

COM

 
GeneralRe: Updating webpage from COM object without timers Pin
6-Feb-02 9:00
suss6-Feb-02 9:00 
GeneralProblem in passing recordset from server to client Pin
ramjan24-Jan-02 3:05
ramjan24-Jan-02 3:05 
GeneralRe: Problem in passing recordset from server to client Pin
Shadi Al-Kahwaji24-Jan-02 3:33
Shadi Al-Kahwaji24-Jan-02 3:33 
GeneralExecWB method on IE 5.0 ! (Urgent) Pin
rieta22-Jan-02 21:21
rieta22-Jan-02 21:21 
GeneralRe: ExecWB method on IE 5.0 ! (Urgent) Pin
28-May-02 2:16
suss28-May-02 2:16 
General-858993460 Pin
22-Jan-02 8:30
suss22-Jan-02 8:30 
GeneralRe: -858993460 Pin
Jamie Hale22-Jan-02 10:58
Jamie Hale22-Jan-02 10:58 
GeneralVARIANT as [out] parameters Pin
Nick Blumhardt21-Jan-02 16:34
Nick Blumhardt21-Jan-02 16:34 
Hi all,

When outputting a VARIANT from a COM interface member (as an [out] parameter, not [in, out]), should I call ::VariantClear() or ::VariantInit() on the output parameter before assigning to it? Or is this redundant/incorrect?

e.g.:

STDMETHODIMP MyFunc (/*[out]*/ VARIANT* pVal)
{
VariantInit (pVal); // ok?
pVal->vt = ....
...
}

cheers

NB


GeneralRe: VARIANT as [out] parameters Pin
Rashid Thadha22-Jan-02 11:34
Rashid Thadha22-Jan-02 11:34 
GeneralRemote on win95 Pin
newbe21-Jan-02 9:10
newbe21-Jan-02 9:10 
GeneralRe: Remote on win95 Pin
Henrik Sternberg24-Jan-02 1:45
Henrik Sternberg24-Jan-02 1:45 
QuestionDoes the number of events affect Performance ?? Pin
Firoz17-Jan-02 19:00
Firoz17-Jan-02 19:00 
AnswerRe: Does the number of events affect Performance ?? Pin
Not Active18-Jan-02 2:42
mentorNot Active18-Jan-02 2:42 
AnswerRe: Does the number of events affect Performance ?? Pin
Jamie Hale22-Jan-02 8:54
Jamie Hale22-Jan-02 8:54 
GeneralBSTR Pin
newbe17-Jan-02 2:10
newbe17-Jan-02 2:10 
GeneralRe: BSTR Pin
Carlos Antollini17-Jan-02 2:38
Carlos Antollini17-Jan-02 2:38 
GeneralRe: BSTR Pin
Not Active17-Jan-02 5:28
mentorNot Active17-Jan-02 5:28 
GeneralRe: BSTR Pin
Ernest Laurentin17-Jan-02 5:26
Ernest Laurentin17-Jan-02 5:26 
GeneralRe: BSTR Pin
Not Active17-Jan-02 5:29
mentorNot Active17-Jan-02 5:29 
GeneralRe: BSTR Pin
pba_24-Jan-02 7:17
pba_24-Jan-02 7:17 
GeneralRe: BSTR Pin
yamini13-Feb-02 1:14
yamini13-Feb-02 1:14 
GeneralEvents in MFC client Pin
Member 1697717-Jan-02 1:26
Member 1697717-Jan-02 1:26 
GeneralRe: Events in MFC client Pin
Prem Kumar19-Jan-02 10:58
Prem Kumar19-Jan-02 10:58 
GeneralRe: Events in MFC client Pin
Matt Philmon13-Feb-02 17:51
Matt Philmon13-Feb-02 17:51 
GeneralDeleting mutiple instances of COM object Pin
Ebin16-Jan-02 20:01
Ebin16-Jan-02 20:01 

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.