[DllImport("user32.dll")]
public static extern DISP_CHANGE ChangeDisplaySettings(ref DEVMODE devMode, int flags);
VB.NET Signature:
<DllImport("user32.dll")> _
Private Shared Function ChangeDisplaySettings(ByRef devMode As DEVMODE, ByVal flags As Integer) As DISP_CHANGE
End Function
Contains information about the initialization and environment of a printer or a display device.
10/5/2012 4:32:52 PM - -109.192.0.91
Return values for ChangeDisplaySettings and ChangeDisplaySettingsEx
3/25/2011 5:36:01 PM - -12.24.60.12
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).