|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WM_DEVMODECHANGE
The WM_DEVMODECHANGE message is sent to all top-level windows whenever the
user changes device-mode settings.
WM_DEVMODECHANGE
lpszDev = (LPCTSTR) lParam; // address of device name
Parameters
lpszDev
Value of lParam. Points to the device name specified in the WIN.INI file.
Return Values
An application should return zero if it processes this message.
Remarks
Windows NT: Calls to functions that change the WIN.INI file may be mapped to the
registry instead. This mapping occurs when WIN.INI and the section being changed are
specified in the registry under the following keys:
HKEY_LOCAL_MACHINE\Software\Description\Microsoft\
Windows NT\CurrentVersion\IniFileMapping
The change in the storage location has no effect on the behavior of this
message.
See Also
WM_WININICHANGE
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|