S
Sahil
hello,
i m a beginner to ATL Com programming and i m stuck with one of very basic
question i.e. how do i find out the dispatch id's of the events exposed by
ExplorerEvents interface ?
SINK_ENTRY_INFO(1,__uuidof(Outlook::ExplorerEvents),/*dispinterface*/,0xf002
,OnClickButton,&OnClickButtonInfo)
i need to know the thirdparameter dispinterface of the event that i m going
to sink e.g. 0xf002 is the folderchange event of the explorer how do i find
out these id's of the rest of the events. i looked into tlh file but
couldn't find anyway. any help?
thanks,
SH
i m a beginner to ATL Com programming and i m stuck with one of very basic
question i.e. how do i find out the dispatch id's of the events exposed by
ExplorerEvents interface ?
SINK_ENTRY_INFO(1,__uuidof(Outlook::ExplorerEvents),/*dispinterface*/,0xf002
,OnClickButton,&OnClickButtonInfo)
i need to know the thirdparameter dispinterface of the event that i m going
to sink e.g. 0xf002 is the folderchange event of the explorer how do i find
out these id's of the rest of the events. i looked into tlh file but
couldn't find anyway. any help?
thanks,
SH