Jinoh Kang (@iamahuman) commented about include/ntuser.h:
return NtUserCallHwndParam( hwnd, show, NtUserCallHwndParam_ShowOwnedPopups );
}
+static inline BOOL NtUserSetRealClassId( HWND hwnd, DWORD real_class_id )
Adding `NtUser`- call that does not exist on Windows is unprecedented.
See `NtUserSetWindowStyle` above (in "temporary exports" section) for how Wine-specific win32k calls are usually done.