The OpenInputDesktop
function has the dwDesiredAccess
parameter of type uint
instead of ACCESS_MASK
.
#1366
Labels
missing enum
An enum is missing for constant parameters
Actual behavior
The
OpenInputDesktop
function has thedwDesiredAccess
parameter of typeuint
instead ofACCESS_MASK
for more convenient use.Expected behavior
Repro steps
NativeMethods.txt
content:NativeMethods.json
content (if present):Context
LangVersion
(if explicitly set by project): 11The text was updated successfully, but these errors were encountered: