3 (LPCSTR lpApp
, LPSTR lpCmd
, LPSECURITY_ATTRIBUTES pa
, LPSECURITY_ATTRIBUTES ta
, BOOL bInherit
, DWORD dwFlags
, LPVOID lpEnv
, LPCSTR lpDir
, LPSTARTUPINFOA psi
, LPPROCESS_INFORMATION ppi
),
4 (lpApp
, lpCmd
, pa
, ta
, bInherit
, dwFlags
, lpEnv
, lpDir
, psi
, ppi
),
5 "lpApp(%s), lpCmd(%s), pa(%p), ta(%p), bInherit(%d), dwFlags(%ld), lpEnv(%p), lpDir(%s), psi(%p), ppi(%p)",
11 (LPCWSTR lpApp
, LPWSTR lpCmd
, LPSECURITY_ATTRIBUTES pa
, LPSECURITY_ATTRIBUTES ta
, BOOL bInherit
, DWORD dwFlags
, LPVOID lpEnv
, LPCWSTR lpDir
, LPSTARTUPINFOW psi
, LPPROCESS_INFORMATION ppi
),
12 (lpApp
, lpCmd
, pa
, ta
, bInherit
, dwFlags
, lpEnv
, lpDir
, psi
, ppi
),
13 "lpApp(%ls), lpCmd(%ls), pa(%p), ta(%p), bInherit(%d), dwFlags(%ld), lpEnv(%p), lpDir(%ls), psi(%p), ppi(%p)",
19 (HDC hdc
, HBRUSH hbr
, DRAWSTATEPROC lpOutputFunc
, LPARAM lData
, WPARAM wData
, int x
, int y
, int cx
, int cy
, UINT uFlags
),
20 (hdc
, hbr
, lpOutputFunc
, lData
, wData
, x
, y
, cx
, cy
, uFlags
),
21 "hdc(%p), hbr(%p), lpOutputFunc(%p), lData(%ld), wData(%ld), x(%d), y(%d), cx(%d), cy(%d), uFlags(%x)",
27 (HDC hdc
, HBRUSH hbr
, DRAWSTATEPROC lpOutputFunc
, LPARAM lData
, WPARAM wData
, int x
, int y
, int cx
, int cy
, UINT uFlags
),
28 (hdc
, hbr
, lpOutputFunc
, lData
, wData
, x
, y
, cx
, cy
, uFlags
),
29 "hdc(%p), hbr(%p), lpOutputFunc(%p), lData(%ld), wData(%ld), x(%d), y(%d), cx(%d), cy(%d), uFlags(%x)",
34 BOOL
, GetTextExtentPointA
,
35 (HDC hdc
, LPCSTR lpString
, int cbString
, LPSIZE lpSize
),
36 (hdc
, lpString
, cbString
, lpSize
),
37 "hdc(%p), lpString(%s), cbString(%d), lpSize(%p)",
42 BOOL
, GetTextExtentPointW
,
43 (HDC hdc
, LPCWSTR lpString
, int cbString
, LPSIZE lpSize
),
44 (hdc
, lpString
, cbString
, lpSize
),
45 "hdc(%p), lpString(%ls), cbString(%d), lpSize(%p)",
50 BOOL
, GetTextExtentPoint32A
,
51 (HDC hdc
, LPCSTR lpString
, int cbString
, LPSIZE lpSize
),
52 (hdc
, lpString
, cbString
, lpSize
),
53 "hdc(%p), lpString(%s), cbString(%d), lpSize(%p)",
58 BOOL
, GetTextExtentPoint32W
,
59 (HDC hdc
, LPCWSTR lpString
, int cbString
, LPSIZE lpSize
),
60 (hdc
, lpString
, cbString
, lpSize
),
61 "hdc(%p), lpString(%ls), cbString(%d), lpSize(%p)",
67 (int nHeight
, int nWidth
, int nEscapement
, int nOrientation
, int fnWeight
, DWORD fdwItalic
, DWORD fdwUnderline
, DWORD fdwStrikeOut
, DWORD fdwCharSet
, DWORD fdwOutputPrecision
, DWORD fdwClipPrecision
, DWORD fdwQuality
, DWORD fdwPitchAndFamily
, LPCSTR lpszFace
),
68 (nHeight
, nWidth
, nEscapement
, nOrientation
, fnWeight
, fdwItalic
, fdwUnderline
, fdwStrikeOut
, fdwCharSet
, fdwOutputPrecision
, fdwClipPrecision
, fdwQuality
, fdwPitchAndFamily
, lpszFace
),
69 "nHeight(%d), nWidth(%d), nEscapement(%d), nOrientation(%d), fnWeight(%d), fdwItalic(%ld), fdwUnderline(%ld), fdwStrikeOut(%ld), fdwCharSet(%ld), fdwOutputPrecision(%ld), fdwClipPrecision(%ld), fdwQuality(%ld), fdwPitchAndFamily(%ld), lpszFace(%s)",
75 (int nHeight
, int nWidth
, int nEscapement
, int nOrientation
, int fnWeight
, DWORD fdwItalic
, DWORD fdwUnderline
, DWORD fdwStrikeOut
, DWORD fdwCharSet
, DWORD fdwOutputPrecision
, DWORD fdwClipPrecision
, DWORD fdwQuality
, DWORD fdwPitchAndFamily
, LPCWSTR lpszFace
),
76 (nHeight
, nWidth
, nEscapement
, nOrientation
, fnWeight
, fdwItalic
, fdwUnderline
, fdwStrikeOut
, fdwCharSet
, fdwOutputPrecision
, fdwClipPrecision
, fdwQuality
, fdwPitchAndFamily
, lpszFace
),
77 "nHeight(%d), nWidth(%d), nEscapement(%d), nOrientation(%d), fnWeight(%d), fdwItalic(%ld), fdwUnderline(%ld), fdwStrikeOut(%ld), fdwCharSet(%ld), fdwOutputPrecision(%ld), fdwClipPrecision(%ld), fdwQuality(%ld), fdwPitchAndFamily(%ld), lpszFace(%ls)",
82 HFONT
, CreateFontIndirectA
,
83 (CONST LOGFONTA
*lplf
),
90 HFONT
, CreateFontIndirectW
,
91 (CONST LOGFONTW
*lplf
),
98 HFONT
, CreateFontIndirectExA
,
99 (CONST ENUMLOGFONTEXDVA
*lpelf
),
106 HFONT
, CreateFontIndirectExW
,
107 (CONST ENUMLOGFONTEXDVW
*lpelf
),
115 (HDC hdc
, UINT iFirstChar
, UINT iLastChar
, LPINT lpBuffer
),
116 (hdc
, iFirstChar
, iLastChar
, lpBuffer
),
117 "hdc(%p), iFirstChar(%u), iLastChar(%u), lpBuffer(%p)",
122 BOOL
, GetCharWidth32W
,
123 (HDC hdc
, UINT iFirstChar
, UINT iLastChar
, LPINT lpBuffer
),
124 (hdc
, iFirstChar
, iLastChar
, lpBuffer
),
125 "hdc(%p), iFirstChar(%u), iLastChar(%u), lpBuffer(%p)",
131 (HDC hdc
, int nXStart
, int nYStart
, LPCSTR lpString
, int cbString
),
132 (hdc
, nXStart
, nYStart
, lpString
, cbString
),
133 "hdc(%p), nXStart(%d), nYStart(%d), lpString(%p), cbString(%d)",
139 (HDC hdc
, int nXStart
, int nYStart
, LPCWSTR lpString
, int cbString
),
140 (hdc
, nXStart
, nYStart
, lpString
, cbString
),
141 "hdc(%p), nXStart(%d), nYStart(%d), lpString(%p), cbString(%d)",
147 (HDC hdc
, int nXStart
, int nYStart
, UINT fuOptions
, CONST RECT
*lprc
, LPCSTR lpString
, UINT cbString
, CONST INT
*lpDx
),
148 (hdc
, nXStart
, nYStart
, fuOptions
, lprc
, lpString
, cbString
, lpDx
),
149 "hdc(%p), nXStart(%d), nYStart(%d), fuOptions(%u), lprc(%p), lpString(%p), cbString(%u), lpDx(%p)",
155 (HDC hdc
, int nXStart
, int nYStart
, UINT fuOptions
, CONST RECT
*lprc
, LPCWSTR lpString
, UINT cbString
, CONST INT
*lpDx
),
156 (hdc
, nXStart
, nYStart
, fuOptions
, lprc
, lpString
, cbString
, lpDx
),
157 "hdc(%p), nXStart(%d), nYStart(%d), fuOptions(%u), lprc(%p), lpString(%p), cbString(%u), lpDx(%p)",
162 HRESULT
, ScriptItemize
,
163 (const WCHAR
* pwcInChars
, int cInChars
, int cMaxItems
, const SCRIPT_CONTROL
* psControl
, const SCRIPT_STATE
* psState
, SCRIPT_ITEM
* pItems
, int* pcItems
),
164 (pwcInChars
, cInChars
, cMaxItems
, psControl
, psState
, pItems
, pcItems
),
165 "pwcInChars(%pLS), cInChars(%d), cMaxItems(%d), psControl(%p), psState(%p), pItems(%p), pcItems(%p)",
170 HRESULT
, ScriptShape
,
171 (HDC hdc
, SCRIPT_CACHE
* psc
, const WCHAR
* pwcChars
, int cChars
, int cMaxGlyphs
, SCRIPT_ANALYSIS
* psa
, WORD
* pwOutGlyphs
, WORD
* pwLogClust
, SCRIPT_VISATTR
* psva
, int* pcGlyphs
),
172 (hdc
, psc
, pwcChars
, cChars
, cMaxGlyphs
, psa
, pwOutGlyphs
, pwLogClust
, psva
, pcGlyphs
),
173 "hdc(%p), psc(%p), pwcChars(%pLS), cChars(%d), cMaxGlyphs(%d), psa(%p), pwOutGlyphs(%p), pwLogClust(%p), psva(%p), pcGlyphs(%p)",
178 HRESULT
, ScriptTextOut
,
179 (const HDC hdc
, SCRIPT_CACHE
* psc
, int x
, int y
, UINT fuOptions
, const RECT
* lprc
, const SCRIPT_ANALYSIS
* psa
, const WCHAR
* pwcReserved
, int iReserved
, const WORD
* pwGlyphs
, int cGlyphs
, const int* piAdvance
, const int* piJustify
, const GOFFSET
* pGoffset
),
180 (hdc
, psc
, x
, y
, fuOptions
, lprc
, psa
, pwcReserved
, iReserved
, pwGlyphs
, cGlyphs
, piAdvance
, piJustify
, pGoffset
),
181 "hdc(%p), psc(%p), x(%d), y(%d), fuOptions(%u), lprc(%p), psa(%p), pwcReserved(%pLS), iReserved(%p), pwGlyphs(%p), cGlyphs(%d), piAdvance(%p), piJustify(%p), pGoffset(%p)",