Click here to Skip to main content
16,004,991 members
Home / Discussions / COM
   

COM

 
QuestionRemote COM Access Pin
Malli_S12-Feb-06 19:50
Malli_S12-Feb-06 19:50 
AnswerRe: Remote COM Access Pin
Siva Sankar Koyi14-Feb-06 0:12
Siva Sankar Koyi14-Feb-06 0:12 
GeneralRe: Remote COM Access Pin
Malli_S14-Feb-06 1:25
Malli_S14-Feb-06 1:25 
GeneralRe: Remote COM Access Pin
Siva Sankar Koyi14-Feb-06 2:10
Siva Sankar Koyi14-Feb-06 2:10 
GeneralRe: Remote COM Access Pin
Malli_S14-Feb-06 18:34
Malli_S14-Feb-06 18:34 
QuestionError on Casting Pin
abhiramsss12-Feb-06 19:25
abhiramsss12-Feb-06 19:25 
AnswerRe: Error on Casting Pin
Malli_S12-Feb-06 19:43
Malli_S12-Feb-06 19:43 
GeneralRe: Error on Casting Pin
abhiramsss14-Feb-06 17:27
abhiramsss14-Feb-06 17:27 
thanks malli

i have one more doubt


when i execute thhis query

hres = pSvc->ExecNotificationQuery(
bstr_t("WQL"),
bstr_t("SELECT * FROM __InstanceCreationEvent WITHIN 5 WHERE TargetInstance ISA 'Win32_Process' And (TargetInstance.Name = 'notepad.exe' OR TargetInstance.Name = 'calc.exe' ) "),
WBEM_FLAG_FORWARD_ONLY | WBEM_FLAG_RETURN_IMMEDIATELY,
NULL,
&pEnumerator);


i get the output stored in pEnumerator.

now how to extract data from pEnumerator . whether itis
hr = pclsObj->Get("Name", 0, &vtProp, 0, 0);

or
hr = pclsObj->Get("TargetInstance.Name", 0, &vtProp, 0, 0);

where Name is the property of Win32)process class


Thanks In advance

Regards
Abhi



abhi
QuestionCOM Details Pin
ngrj12-Feb-06 13:47
ngrj12-Feb-06 13:47 
AnswerRe: COM Details Pin
George L. Jackson13-Feb-06 14:13
George L. Jackson13-Feb-06 14:13 
QuestionRegSvr32 fails on some hosts Pin
Marshall10-Feb-06 12:14
Marshall10-Feb-06 12:14 
AnswerRe: RegSvr32 fails on some hosts Pin
Michael Dunn10-Feb-06 12:30
sitebuilderMichael Dunn10-Feb-06 12:30 
GeneralRe: RegSvr32 fails on some hosts Pin
Marshall10-Feb-06 12:45
Marshall10-Feb-06 12:45 
QuestionAPI to enable/disable Windows SP2 Firewall on a given connection? Pin
Carl Mirabel10-Feb-06 9:40
Carl Mirabel10-Feb-06 9:40 
AnswerRe: API to enable/disable Windows SP2 Firewall on a given connection? Pin
vasallo11-Feb-06 7:42
vasallo11-Feb-06 7:42 
QuestionDCOM exe remote server Pin
FearlessBurner9-Feb-06 6:31
FearlessBurner9-Feb-06 6:31 
AnswerRe: DCOM exe remote server Pin
FearlessBurner17-Feb-06 7:09
FearlessBurner17-Feb-06 7:09 
QuestionCOM evolution question Pin
john.angel9-Feb-06 5:50
john.angel9-Feb-06 5:50 
AnswerRe: COM evolution question Pin
QuickDeveloper13-Feb-06 17:21
QuickDeveloper13-Feb-06 17:21 
GeneralRe: COM evolution question Pin
john.angel14-Feb-06 9:07
john.angel14-Feb-06 9:07 
QuestionATL ActiveX flicker-free Pin
Andrey20068-Feb-06 23:20
Andrey20068-Feb-06 23:20 
QuestionWeb Control Development Pin
kent_plaza8-Feb-06 22:36
kent_plaza8-Feb-06 22:36 
QuestionHow to convert ATL COM DLL to ATL COM EXE Pin
Balkrishna Talele8-Feb-06 21:49
Balkrishna Talele8-Feb-06 21:49 
AnswerRe: How to convert ATL COM DLL to ATL COM EXE Pin
Lim Bio Liong9-Feb-06 3:58
Lim Bio Liong9-Feb-06 3:58 
QuestionI can't make C++ client access the C# server Pin
Fisico8-Feb-06 19:59
Fisico8-Feb-06 19:59 

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.