This is an example of how to use the Win32 SDK functions with Visual Studio 6.0 and LabVIEW 7.0 to programmatically change monitor resolution. The example discovers all the supported resolutions of the graphics card then provides the user a list of resolutions from which to select the desired monitor resolution.
This is also an example of how to pass in a pre-allocated array of clusters from LabVIEW, and manipulate that array inside a .dll. For more information about the Win32 SDK functions used, refer to the Microsoft Developer Network at
http://msdn.microsoft.com/default.aspx.