T
The Truth
All,
I would like to write a DLL with a few function that are not available in
WMI. I know how to write a dll but is there anything special that I must
add to it if I want to be able to you the function from with in it.
Example: In the dll there will be a function call GetMountPoint()
in my VBScript I want to do:
Set oMydll = CreateObject("MyDll")
oMydll.GetMountPoint()
How can I do this.
Thanks in advance.
I would like to write a DLL with a few function that are not available in
WMI. I know how to write a dll but is there anything special that I must
add to it if I want to be able to you the function from with in it.
Example: In the dll there will be a function call GetMountPoint()
in my VBScript I want to do:
Set oMydll = CreateObject("MyDll")
oMydll.GetMountPoint()
How can I do this.
Thanks in advance.