LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I modify CVI Toolbox to support REG_EXPAND_SZ?

In Windows XP, the registry contains key type REG_EXPAND_SZ, which the toolbox routines do not handle. How can I modify toolbox.c so that this key type is supported?
0 Kudos
Message 1 of 2
(2,737 Views)
Hello

The code for the toolbox is provided to you, you can find the C file under ..\CVI\toolslib\toolbox. You will notice that all the functions are just wrappers around the windows api, you can view in the implementation of the registry write methods available in the toolbox, and you can safely add another function to support expandable strings.

I hope this helps

Thanks

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,737 Views)