Click here to Skip to main content
15,896,118 members
Home / Discussions / COM
   

COM

 
AnswerRe: Redirecting JavaScript Function Calls to My C++ Code Pin
kochikoo15-Jun-09 21:44
kochikoo15-Jun-09 21:44 
GeneralRe: Redirecting JavaScript Function Calls to My C++ Code Pin
nat32_support21-Jun-09 13:43
nat32_support21-Jun-09 13:43 
QuestionQuerying WMI from inside WMI Provider Pin
krishiyengar4-Jun-09 9:23
krishiyengar4-Jun-09 9:23 
AnswerRe: Querying WMI from inside WMI Provider Pin
Baltoro4-Jun-09 14:02
Baltoro4-Jun-09 14:02 
GeneralRe: Querying WMI from inside WMI Provider Pin
krishiyengar5-Jun-09 5:46
krishiyengar5-Jun-09 5:46 
GeneralRe: Querying WMI from inside WMI Provider Pin
Baltoro6-Jun-09 8:35
Baltoro6-Jun-09 8:35 
GeneralRe: Querying WMI from inside WMI Provider Pin
krishiyengar8-Jun-09 3:04
krishiyengar8-Jun-09 3:04 
GeneralRe: Querying WMI from inside WMI Provider Pin
krishiyengar8-Jun-09 6:02
krishiyengar8-Jun-09 6:02 
Thanks for the pointers, I was able to solve the problem. Actually inside the WMI Provider I was not cloaking the call to next call of WMI. I did this and it works perfectly fine:

     hr = CoSetProxyBlanket(WbemServices, RPC_C_AUTHN_WINNT, RPC_C_AUTHZ_DEFAULT ,
                                    NULL, RPC_C_AUTHN_LEVEL_DEFAULT,
               RPC_C_IMP_LEVEL_IMPERSONATE, NULL, EOAC_DYNAMIC_CLOAKING);

The last parameter I set as EOAC_DYNAMIC_CLOAKING.
QuestionPROBLEM IN MDAC version2.6 Pin
RAJAGOPALMS762-Jun-09 0:08
RAJAGOPALMS762-Jun-09 0:08 
QuestionHow to get Defalut interface of CoClass Pin
vibindia1-Jun-09 23:55
vibindia1-Jun-09 23:55 
AnswerRe: How to get Defalut interface of CoClass Pin
«_Superman_»2-Jun-09 0:21
professional«_Superman_»2-Jun-09 0:21 
AnswerRe: How to get Defalut interface of CoClass Pin
vibindia2-Jun-09 0:37
vibindia2-Jun-09 0:37 
AnswerRe: How to get Defalut interface of CoClass [modified] Pin
Lim Bio Liong6-Jun-09 5:32
Lim Bio Liong6-Jun-09 5:32 
QuestionHow to customise the window xp print dialog. Pin
manjari kar30-May-09 1:23
manjari kar30-May-09 1:23 
QuestionDebugging WMI Providers Pin
krishiyengar28-May-09 7:26
krishiyengar28-May-09 7:26 
AnswerRe: Debugging WMI Providers Pin
Stuart Dootson28-May-09 8:08
professionalStuart Dootson28-May-09 8:08 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 2:10
krishiyengar29-May-09 2:10 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 2:12
professionalStuart Dootson29-May-09 2:12 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 2:49
krishiyengar29-May-09 2:49 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 2:53
professionalStuart Dootson29-May-09 2:53 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 3:03
krishiyengar29-May-09 3:03 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 3:18
professionalStuart Dootson29-May-09 3:18 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 3:31
krishiyengar29-May-09 3:31 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 3:43
professionalStuart Dootson29-May-09 3:43 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 3:54
krishiyengar29-May-09 3:54 

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.