Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than user32, prefix the name with the module name and a period.
ChangeDisplaySettings (user32)
.
C# Signature:
[DllImport("user32.dll")]
public static extern DISP_CHANGE ChangeDisplaySettings(ref DEVMODE devMode, int flags);
public static extern DISP_CHANGE ChangeDisplaySettings(ref DEVMODE devMode, ChangeDisplaySettingsFlags 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.
2/1/2023 1:31:58 PM - shtolliver-47.227.243.115
Return values for ChangeDisplaySettings and ChangeDisplaySettingsEx
3/25/2011 11:36:01 AM - -74.46.76.243
Contains information about the initialization and environment of a printer or a display device.
2/1/2023 1:31:58 PM - shtolliver-47.227.243.115
Return values for ChangeDisplaySettings and ChangeDisplaySettingsEx
3/25/2011 11:36:01 AM - -74.46.76.243
dwflags for ChangeDisplaySettings and ChangeDisplaySettingsEx
7/21/2016 12:12:36 PM - -91.230.72.196
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).