SHGetMachineInfo (SHLWAPI.413)
DWORD SHGetMachineInfo ( DWORD dwFlags )
Get the current docking status of the system.
dwFlags | [In] | DOCKINFO_ flags from "winbase.h", unused. |
One of DOCKINFO_UNDOCKED, DOCKINFO_UNDOCKED, or 0 if the system is not a notebook.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.