Click here to Skip to main content
15,910,872 members
Home / Discussions / COM
   

COM

 
QuestionHow to Create the plug-in toolbar for Windows Live Messenger using VC++? Pin
A.Venkata ramana14-Mar-07 23:48
A.Venkata ramana14-Mar-07 23:48 
QuestionInvalid pointer exception Pin
shivapriyak14-Mar-07 19:52
shivapriyak14-Mar-07 19:52 
AnswerRe: Invalid pointer exception Pin
prasad_som14-Mar-07 20:01
prasad_som14-Mar-07 20:01 
GeneralRe: Invalid pointer exception Pin
shivapriyak14-Mar-07 21:29
shivapriyak14-Mar-07 21:29 
AnswerRe: Invalid pointer exception Pin
prasad_som14-Mar-07 21:36
prasad_som14-Mar-07 21:36 
GeneralRe: Invalid pointer exception Pin
shivapriyak14-Mar-07 21:51
shivapriyak14-Mar-07 21:51 
GeneralRe: Invalid pointer exception Pin
prasad_som14-Mar-07 22:36
prasad_som14-Mar-07 22:36 
QuestionWhat does "THIS_" mean? Pin
[d3m0n]14-Mar-07 5:26
[d3m0n]14-Mar-07 5:26 
Hi The COM interfaces in my application derive from IUnknown. But some interface functions are declared using the "THIS_" parameter, some with "THIS" and some with none. For example:
1. STDMETHOD(DoBlah1) (THIS_ UINT uNum) PURE;
2. STDMETHOD(DoBlah2) (UINT uNum) PURE;

3. STDMETHOD(DoBlah3) (THIS_) PURE;
4. STDMETHOD(DoBlah4) (THIS) PURE;
5. STDMETHOD(DoBlah5) () PURE;

I would like to know whether the "THIS_" or "THIS" keywords are necessary, and what would be the difference between these functions.

(I couldn't find the definitions of THIS or THIS_ in the VC browser or on the net...Unsure | :~ )

Cheers
d3m0n

AnswerRe: What does "THIS_" mean? Pin
Roger Stoltz14-Mar-07 6:55
Roger Stoltz14-Mar-07 6:55 
GeneralRe: What does "THIS_" mean? Pin
[d3m0n]14-Mar-07 13:01
[d3m0n]14-Mar-07 13:01 
QuestionCapicom dll- require clarification urgently Pin
anufabian14-Mar-07 0:30
anufabian14-Mar-07 0:30 
QuestionA COM'S Events Problem Pin
huangdingjun13-Mar-07 20:53
huangdingjun13-Mar-07 20:53 
QuestionHow to Install .dll files in the Registry? Pin
senthil_rajesh_kavin12-Mar-07 19:12
senthil_rajesh_kavin12-Mar-07 19:12 
AnswerRe: How to Install .dll files in the Registry? Pin
prasad_som12-Mar-07 19:17
prasad_som12-Mar-07 19:17 
GeneralRe: How to Install .dll files in the Registry? Pin
senthil_rajesh_kavin12-Mar-07 19:24
senthil_rajesh_kavin12-Mar-07 19:24 
AnswerRe: How to Install .dll files in the Registry? Pin
prasad_som12-Mar-07 19:28
prasad_som12-Mar-07 19:28 
GeneralRe: How to Install .dll files in the Registry? Pin
senthil_rajesh_kavin12-Mar-07 19:37
senthil_rajesh_kavin12-Mar-07 19:37 
AnswerRe: How to Install .dll files in the Registry? Pin
prasad_som12-Mar-07 19:41
prasad_som12-Mar-07 19:41 
GeneralRe: How to Install .dll files in the Registry? Pin
senthil_rajesh_kavin12-Mar-07 20:03
senthil_rajesh_kavin12-Mar-07 20:03 
AnswerRe: How to Install .dll files in the Registry? Pin
prasad_som12-Mar-07 19:09
prasad_som12-Mar-07 19:09 
GeneralRe: How to Install .dll files in the Registry? Pin
senthil_rajesh_kavin12-Mar-07 20:26
senthil_rajesh_kavin12-Mar-07 20:26 
GeneralRe: How to Install .dll files in the Registry? Pin
prasad_som12-Mar-07 20:30
prasad_som12-Mar-07 20:30 
QuestionBooks on COM Pin
vibindia9-Mar-07 3:27
vibindia9-Mar-07 3:27 
AnswerRe: Books on COM Pin
Roger Stoltz9-Mar-07 4:59
Roger Stoltz9-Mar-07 4:59 
GeneralRe: Books on COM Pin
Mike Poz12-Mar-07 15:18
Mike Poz12-Mar-07 15:18 

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.