Ref: Execute Method In WMI

Hi All,
I want to ask something related to Executing methods in WMI.
I am able to execute simple methods such as
void GetxxxSupport([in] Uint32 RequestBuffer, [out] Uint32 RetVal);
but when I try to pass an array as an input argument in a function, I am facing problems.
The html script is returning me error as “Type Mismatch”
I am using the html generated by the wmimof.exe.
So if pass an array as an argument to the function
void GetxxxSupport([in] Uint32 RequestBuffer[2], [out] Uint32 RetVal);
This function returns me “Type mismatch” in the html file. Plus I am not able to understand how to use this script as Next, previous, goto buttons is not making any sense to me.

Any help/suggestions are welcome.

Thanks and Regards,
Gurpreet Anand


Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!