LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read DLL Function arguments in VC

HI,

 

I have a CVI dll, "modelsupport2.dll"

i need to access the parameters of one of its function "LoadModelPluginTypesAndConfigurations". Can anyone please suggest me how to read the parameters of the above dll function in VC++.

 

The function parameters are,

LoadModelPluginTypesAndConfigurations(CAObjHandle engine,  int thread, const char *categoryName, const char *configurationName, BOOL loadAddons, BOOL loadPluginTypesFirst,  CAObjHandle mergedConfiguration, char* asdd);

where, engine is nothing but Testand Engine.


here, mainly looking for reading the CAObjHandle variables.

 

0 Kudos
Message 1 of 1
(2,669 Views)