microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

Missing NtCreateThreadEx function #1947

Closed Signum21 closed 1 week ago

Signum21 commented 1 month ago

The NtCreateThreadEx function is missing from CsWin32 code generation

https://www.pinvoke.net/default.aspx/ntdll.NtCreateThreadEx

riverar commented 1 month ago

NtCreateThreadEx is undocumented and not likely to make it into metadata. Will defer to @mikebattista.