- Added EnumDisplaySettingsW and friends.

- Added additional file access/security/sharing attributes
This commit is contained in:
Josh Engler
2022-06-03 07:40:45 -04:00
parent fb49841b1d
commit 762895bc45
2 changed files with 80 additions and 9 deletions
+2
View File
@@ -134,6 +134,8 @@ foreign user32 {
GetCursorPos :: proc(lpPoint: LPPOINT) -> BOOL ---
SetCursorPos :: proc(X: c_int, Y: c_int) -> BOOL ---
SetCursor :: proc(hCursor: HCURSOR) -> HCURSOR ---
EnumDisplaySettingsW :: proc(lpszDeviceName: LPCWSTR, iModeNum: DWORD, lpDevMode: ^DEVMODEW) -> BOOL ---
}
CreateWindowW :: #force_inline proc "stdcall" (