I've searched for some GUIDs with Oleview and trough the registry : two incertains and two missing:
IID_IWbemRefresher:
;B60EF4F1-A411-462B-B51E-477CBDBB90B4 (not sure)
CLSID_IWbemRefresher:
;DCF33DF4-B510-439F-832A-16B6B514F2A7 (not sure)
IID_IWbemConfigureRefresher:
???
IID_IWbemObjectAccess ...
Search found 45 matches
- Tue Feb 01, 2005 11:34 pm
- Forum: Coding Questions
- Topic: missing GUIDs
- Replies: 0
- Views: 569
- Sun Jan 16, 2005 12:35 pm
- Forum: Off Topic
- Topic: B-li-tz Max is out!
- Replies: 82
- Views: 26000
- Sun Jan 09, 2005 3:34 pm
- Forum: Tricks 'n' Tips
- Topic: Faster memory copy (optimized for AMD)
- Replies: 65
- Views: 25680
- Wed Jan 05, 2005 9:33 pm
- Forum: Tricks 'n' Tips
- Topic: Faster memory copy (optimized for AMD)
- Replies: 65
- Views: 25680
- Wed Jan 05, 2005 8:06 pm
- Forum: Tricks 'n' Tips
- Topic: Faster memory copy (optimized for AMD)
- Replies: 65
- Views: 25680
- Wed Aug 04, 2004 11:51 pm
- Forum: Coding Questions
- Topic: NEW LIB - FindKillProcess()
- Replies: 20
- Views: 5277
I've made few time ago a program to (un) authorize / kill/suspend/resume process.
I'll add soon a registry and files tracing.
You can download it (in french. I'll translate it when I'll finish it) at:
http://perso.wanadoo.fr/berliozo
works on Win XP and 2k. Not on W98 and Me
I'll add soon a registry and files tracing.
You can download it (in french. I'll translate it when I'll finish it) at:
http://perso.wanadoo.fr/berliozo
works on Win XP and 2k. Not on W98 and Me
- Wed Aug 04, 2004 5:01 pm
- Forum: Coding Questions
- Topic: INT64 (or double)
- Replies: 6
- Views: 1863
- Wed Aug 04, 2004 9:18 am
- Forum: Coding Questions
- Topic: INT64 (or double)
- Replies: 6
- Views: 1863
- Tue Aug 03, 2004 11:36 pm
- Forum: Coding Questions
- Topic: INT64 (or double)
- Replies: 6
- Views: 1863
INT64 (or double)
Problem : the opentrace API function return a tracehandle which is an INT64 (not its adress). How can I do to get the value returned with PB?
Thanks in advance.
Thanks in advance.
- Fri Jul 23, 2004 2:47 pm
- Forum: Coding Questions
- Topic: can't find some constants
- Replies: 1
- Views: 954
can't find some constants
I need the value of IID_IWbemObjectSink and IID_IUnknown, but don't find it in my doc and header files.
Does anybody khnow where to find the IIDs? (the format is the GUID one)
Does anybody khnow where to find the IIDs? (the format is the GUID one)
- Mon Jul 19, 2004 3:42 pm
- Forum: Coding Questions
- Topic: obj\ExecNotificationQueryAsync()
- Replies: 0
- Views: 1021
obj\ExecNotificationQueryAsync()
Does anybody have a working example using WMI's tool obj\ExecNotificationQueryAsync(), obj being a IWbemServices interface.
I don't know exactly how to define the IWbemObjectSink interface for this method.
Thanks for responses.
I don't know exactly how to define the IWbemObjectSink interface for this method.
Thanks for responses.
- Sun Jul 18, 2004 10:00 pm
- Forum: Coding Questions
- Topic: convert string to BSTR
- Replies: 8
- Views: 4471
Problems solved.
for information :
for information :
Code: Select all
ProcedureDLL.l ANSI2BSTR(ansi.s)
size.l=MultiByteToWideChar_(#CP_ACP,0,ansi,-1,0,0)
Dim unicode.w(size)
MultiByteToWideChar_(#CP_ACP, 0, ansi, Len(ansi), unicode(), size)
ProcedureReturn SysAllocString_(@unicode())
EndProcedure
- Sun Jul 18, 2004 9:34 pm
- Forum: Coding Questions
- Topic: convert string to BSTR
- Replies: 8
- Views: 4471
- Sun Jul 18, 2004 9:15 pm
- Forum: Coding Questions
- Topic: convert string to BSTR
- Replies: 8
- Views: 4471
- Sun Jul 18, 2004 9:13 pm
- Forum: Coding Questions
- Topic: convert string to BSTR
- Replies: 8
- Views: 4471