windows.cfg: Add GetDlgItem() (#1921)

Reference:
https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getdlgitem
This commit is contained in:
Sebastian 2019-06-25 15:31:42 +02:00 committed by GitHub
parent b1e2b9d61b
commit a437a22460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -5889,6 +5889,22 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- HWND GetDlgItem(
_In_opt_ HWND hDlg,
_In_ int nIDDlgItem); -->
<function name="GetDlgItem">
<noreturn>false</noreturn>
<returnValue type="HWND"/>
<use-retval/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<podtype name="POINTER_SIGNED" sign="s"/>
<podtype name="POINTER_UNSIGNED" sign="u"/>
<podtype name="__time32_t" sign="s" size="4"/>