Added some structure tags.
This commit is contained in:
parent
21c8663f92
commit
e21f7c2a21
|
@ -289,7 +289,7 @@ typedef struct tagHIGHCONTRASTW
|
||||||
DECL_WINELIB_TYPE_AW(HIGHCONTRAST)
|
DECL_WINELIB_TYPE_AW(HIGHCONTRAST)
|
||||||
DECL_WINELIB_TYPE_AW(LPHIGHCONTRAST)
|
DECL_WINELIB_TYPE_AW(LPHIGHCONTRAST)
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagEVENTMSG
|
||||||
{
|
{
|
||||||
UINT message;
|
UINT message;
|
||||||
UINT paramL;
|
UINT paramL;
|
||||||
|
@ -349,7 +349,7 @@ typedef struct
|
||||||
|
|
||||||
/* Debug hook structure */
|
/* Debug hook structure */
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagDEBUGHOOKINFO
|
||||||
{
|
{
|
||||||
DWORD idThread;
|
DWORD idThread;
|
||||||
DWORD idThreadInstaller;
|
DWORD idThreadInstaller;
|
||||||
|
@ -461,7 +461,7 @@ typedef struct tagNMHDR
|
||||||
UINT code;
|
UINT code;
|
||||||
} NMHDR, *LPNMHDR;
|
} NMHDR, *LPNMHDR;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagDRAWTEXTPARAMS
|
||||||
{
|
{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
INT iTabLength;
|
INT iTabLength;
|
||||||
|
@ -496,7 +496,7 @@ typedef struct
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
} CWPRETSTRUCT, *PCWPRETSTRUCT, *LPCWPRETSTRUCT;
|
} CWPRETSTRUCT, *PCWPRETSTRUCT, *LPCWPRETSTRUCT;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagWINDOWPLACEMENT
|
||||||
{
|
{
|
||||||
UINT length;
|
UINT length;
|
||||||
UINT flags;
|
UINT flags;
|
||||||
|
@ -1275,7 +1275,7 @@ typedef struct tagCREATESTRUCTA
|
||||||
DWORD dwExStyle;
|
DWORD dwExStyle;
|
||||||
} CREATESTRUCTA, *LPCREATESTRUCTA;
|
} CREATESTRUCTA, *LPCREATESTRUCTA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCREATESTRUCTW
|
||||||
{
|
{
|
||||||
LPVOID lpCreateParams;
|
LPVOID lpCreateParams;
|
||||||
HINSTANCE hInstance;
|
HINSTANCE hInstance;
|
||||||
|
@ -1294,24 +1294,24 @@ typedef struct
|
||||||
DECL_WINELIB_TYPE_AW(CREATESTRUCT)
|
DECL_WINELIB_TYPE_AW(CREATESTRUCT)
|
||||||
DECL_WINELIB_TYPE_AW(LPCREATESTRUCT)
|
DECL_WINELIB_TYPE_AW(LPCREATESTRUCT)
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagPAINTSTRUCT
|
||||||
{
|
{
|
||||||
HDC hdc;
|
HDC hdc;
|
||||||
BOOL fErase;
|
BOOL fErase;
|
||||||
RECT rcPaint;
|
RECT rcPaint;
|
||||||
BOOL fRestore;
|
BOOL fRestore;
|
||||||
BOOL fIncUpdate;
|
BOOL fIncUpdate;
|
||||||
BYTE rgbReserved[32];
|
BYTE rgbReserved[32];
|
||||||
} PAINTSTRUCT, *PPAINTSTRUCT, *LPPAINTSTRUCT;
|
} PAINTSTRUCT, *PPAINTSTRUCT, *LPPAINTSTRUCT;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCLIENTCREATESTRUCT
|
||||||
{
|
{
|
||||||
HMENU hWindowMenu;
|
HMENU hWindowMenu;
|
||||||
UINT idFirstChild;
|
UINT idFirstChild;
|
||||||
} CLIENTCREATESTRUCT, *LPCLIENTCREATESTRUCT;
|
} CLIENTCREATESTRUCT, *LPCLIENTCREATESTRUCT;
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMDICREATESTRUCTA
|
||||||
{
|
{
|
||||||
LPCSTR szClass;
|
LPCSTR szClass;
|
||||||
LPCSTR szTitle;
|
LPCSTR szTitle;
|
||||||
|
@ -1324,7 +1324,7 @@ typedef struct
|
||||||
LPARAM lParam;
|
LPARAM lParam;
|
||||||
} MDICREATESTRUCTA, *LPMDICREATESTRUCTA;
|
} MDICREATESTRUCTA, *LPMDICREATESTRUCTA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMDICREATESTRUCTW
|
||||||
{
|
{
|
||||||
LPCWSTR szClass;
|
LPCWSTR szClass;
|
||||||
LPCWSTR szTitle;
|
LPCWSTR szTitle;
|
||||||
|
@ -1346,7 +1346,7 @@ DECL_WINELIB_TYPE_AW(LPMDICREATESTRUCT)
|
||||||
|
|
||||||
#define MDIS_ALLCHILDSTYLES 0x0001
|
#define MDIS_ALLCHILDSTYLES 0x0001
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagSTYLESTRUCT {
|
||||||
DWORD styleOld;
|
DWORD styleOld;
|
||||||
DWORD styleNew;
|
DWORD styleNew;
|
||||||
} STYLESTRUCT, *LPSTYLESTRUCT;
|
} STYLESTRUCT, *LPSTYLESTRUCT;
|
||||||
|
@ -1393,7 +1393,7 @@ typedef struct {
|
||||||
#define GA_ROOTOWNER 3
|
#define GA_ROOTOWNER 3
|
||||||
|
|
||||||
/* WM_GETMINMAXINFO struct */
|
/* WM_GETMINMAXINFO struct */
|
||||||
typedef struct
|
typedef struct tagMINMAXINFO
|
||||||
{
|
{
|
||||||
POINT ptReserved;
|
POINT ptReserved;
|
||||||
POINT ptMaxSize;
|
POINT ptMaxSize;
|
||||||
|
@ -1648,7 +1648,7 @@ typedef struct
|
||||||
#define MSGF_USER 0x1000
|
#define MSGF_USER 0x1000
|
||||||
#define MSGF_DDEMGR 0x8001
|
#define MSGF_DDEMGR 0x8001
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagWNDCLASSA
|
||||||
{
|
{
|
||||||
UINT style;
|
UINT style;
|
||||||
WNDPROC lpfnWndProc;
|
WNDPROC lpfnWndProc;
|
||||||
|
@ -1662,7 +1662,7 @@ typedef struct
|
||||||
LPCSTR lpszClassName;
|
LPCSTR lpszClassName;
|
||||||
} WNDCLASSA, *PWNDCLASSA, *LPWNDCLASSA;
|
} WNDCLASSA, *PWNDCLASSA, *LPWNDCLASSA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagWNDCLASSW
|
||||||
{
|
{
|
||||||
UINT style;
|
UINT style;
|
||||||
WNDPROC lpfnWndProc;
|
WNDPROC lpfnWndProc;
|
||||||
|
@ -1680,26 +1680,26 @@ DECL_WINELIB_TYPE_AW(WNDCLASS)
|
||||||
DECL_WINELIB_TYPE_AW(PWNDCLASS)
|
DECL_WINELIB_TYPE_AW(PWNDCLASS)
|
||||||
DECL_WINELIB_TYPE_AW(LPWNDCLASS)
|
DECL_WINELIB_TYPE_AW(LPWNDCLASS)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagCOPYDATASTRUCT {
|
||||||
ULONG_PTR dwData;
|
ULONG_PTR dwData;
|
||||||
DWORD cbData;
|
DWORD cbData;
|
||||||
PVOID lpData;
|
PVOID lpData;
|
||||||
} COPYDATASTRUCT, *PCOPYDATASTRUCT;
|
} COPYDATASTRUCT, *PCOPYDATASTRUCT;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagMDINEXTMENU {
|
||||||
HMENU hmenuIn;
|
HMENU hmenuIn;
|
||||||
HMENU hmenuNext;
|
HMENU hmenuNext;
|
||||||
HWND hwndNext;
|
HWND hwndNext;
|
||||||
} MDINEXTMENU, *PMDINEXTMENU, *LPMDINEXTMENU;
|
} MDINEXTMENU, *PMDINEXTMENU, *LPMDINEXTMENU;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMULTIKEYHELPA
|
||||||
{
|
{
|
||||||
DWORD mkSize;
|
DWORD mkSize;
|
||||||
CHAR mkKeylist;
|
CHAR mkKeylist;
|
||||||
CHAR szKeyphrase[1];
|
CHAR szKeyphrase[1];
|
||||||
} MULTIKEYHELPA, *PMULTIKEYHELPA, *LPMULTIKEYHELPA;
|
} MULTIKEYHELPA, *PMULTIKEYHELPA, *LPMULTIKEYHELPA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMULTIKEYHELPW
|
||||||
{
|
{
|
||||||
DWORD mkSize;
|
DWORD mkSize;
|
||||||
WCHAR mkKeylist;
|
WCHAR mkKeylist;
|
||||||
|
@ -1710,7 +1710,7 @@ DECL_WINELIB_TYPE_AW(MULTIKEYHELP)
|
||||||
DECL_WINELIB_TYPE_AW(PMULTIKEYHELP)
|
DECL_WINELIB_TYPE_AW(PMULTIKEYHELP)
|
||||||
DECL_WINELIB_TYPE_AW(LPMULTIKEYHELP)
|
DECL_WINELIB_TYPE_AW(LPMULTIKEYHELP)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagHELPWININFOA {
|
||||||
int wStructSize;
|
int wStructSize;
|
||||||
int x;
|
int x;
|
||||||
int y;
|
int y;
|
||||||
|
@ -1720,7 +1720,7 @@ typedef struct {
|
||||||
CHAR rgchMember[2];
|
CHAR rgchMember[2];
|
||||||
} HELPWININFOA, *PHELPWININFOA, *LPHELPWININFOA;
|
} HELPWININFOA, *PHELPWININFOA, *LPHELPWININFOA;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagHELPWININFOW {
|
||||||
int wStructSize;
|
int wStructSize;
|
||||||
int x;
|
int x;
|
||||||
int y;
|
int y;
|
||||||
|
@ -1778,7 +1778,7 @@ DECL_WINELIB_TYPE_AW(LPHELPWININFO)
|
||||||
#define CDS_SETRECT 0x20000000
|
#define CDS_SETRECT 0x20000000
|
||||||
#define CDS_NORESET 0x10000000
|
#define CDS_NORESET 0x10000000
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagWNDCLASSEXA
|
||||||
{
|
{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
UINT style;
|
UINT style;
|
||||||
|
@ -1794,7 +1794,7 @@ typedef struct
|
||||||
HICON hIconSm;
|
HICON hIconSm;
|
||||||
} WNDCLASSEXA, *PWNDCLASSEXA, *LPWNDCLASSEXA;
|
} WNDCLASSEXA, *PWNDCLASSEXA, *LPWNDCLASSEXA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagWNDCLASSEXW
|
||||||
{
|
{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
UINT style;
|
UINT style;
|
||||||
|
@ -1836,7 +1836,7 @@ typedef struct tagMSG
|
||||||
|
|
||||||
/* Cursors / Icons */
|
/* Cursors / Icons */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct _ICONINFO {
|
||||||
BOOL fIcon;
|
BOOL fIcon;
|
||||||
DWORD xHotspot;
|
DWORD xHotspot;
|
||||||
DWORD yHotspot;
|
DWORD yHotspot;
|
||||||
|
@ -1845,7 +1845,7 @@ typedef struct {
|
||||||
} ICONINFO, *PICONINFO;
|
} ICONINFO, *PICONINFO;
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCURSORINFO
|
||||||
{
|
{
|
||||||
DWORD cbSize;
|
DWORD cbSize;
|
||||||
DWORD flags;
|
DWORD flags;
|
||||||
|
@ -1935,7 +1935,7 @@ typedef const MENUITEMINFOA *LPCMENUITEMINFOA;
|
||||||
typedef const MENUITEMINFOW *LPCMENUITEMINFOW;
|
typedef const MENUITEMINFOW *LPCMENUITEMINFOW;
|
||||||
DECL_WINELIB_TYPE_AW(LPCMENUITEMINFO)
|
DECL_WINELIB_TYPE_AW(LPCMENUITEMINFO)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagMENUINFO {
|
||||||
DWORD cbSize;
|
DWORD cbSize;
|
||||||
DWORD fMask;
|
DWORD fMask;
|
||||||
DWORD dwStyle;
|
DWORD dwStyle;
|
||||||
|
@ -2346,7 +2346,7 @@ typedef const SCROLLINFO *LPCSCROLLINFO;
|
||||||
#define HELPINFO_MENUITEM 0x0002
|
#define HELPINFO_MENUITEM 0x0002
|
||||||
|
|
||||||
/* Structure pointed to by lParam of WM_HELP */
|
/* Structure pointed to by lParam of WM_HELP */
|
||||||
typedef struct
|
typedef struct tagHELPINFO
|
||||||
{
|
{
|
||||||
UINT cbSize; /* Size in bytes of this struct */
|
UINT cbSize; /* Size in bytes of this struct */
|
||||||
INT iContextType; /* Either HELPINFO_WINDOW or HELPINFO_MENUITEM */
|
INT iContextType; /* Either HELPINFO_WINDOW or HELPINFO_MENUITEM */
|
||||||
|
@ -2358,7 +2358,7 @@ typedef struct
|
||||||
|
|
||||||
typedef void (CALLBACK *MSGBOXCALLBACK)(LPHELPINFO lpHelpInfo);
|
typedef void (CALLBACK *MSGBOXCALLBACK)(LPHELPINFO lpHelpInfo);
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMSGBOXPARAMSA
|
||||||
{
|
{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
HWND hwndOwner;
|
HWND hwndOwner;
|
||||||
|
@ -2372,7 +2372,7 @@ typedef struct
|
||||||
DWORD dwLanguageId;
|
DWORD dwLanguageId;
|
||||||
} MSGBOXPARAMSA, *PMSGBOXPARAMSA, *LPMSGBOXPARAMSA;
|
} MSGBOXPARAMSA, *PMSGBOXPARAMSA, *LPMSGBOXPARAMSA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMSGBOXPARAMSW
|
||||||
{
|
{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
HWND hwndOwner;
|
HWND hwndOwner;
|
||||||
|
@ -2485,13 +2485,13 @@ DECL_WINELIB_TYPE_AW(LPDLGITEMTEMPLATE)
|
||||||
|
|
||||||
/* CBT hook structures */
|
/* CBT hook structures */
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCBT_CREATEWNDA
|
||||||
{
|
{
|
||||||
CREATESTRUCTA *lpcs;
|
CREATESTRUCTA *lpcs;
|
||||||
HWND hwndInsertAfter;
|
HWND hwndInsertAfter;
|
||||||
} CBT_CREATEWNDA, *LPCBT_CREATEWNDA;
|
} CBT_CREATEWNDA, *LPCBT_CREATEWNDA;
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCBT_CREATEWNDW
|
||||||
{
|
{
|
||||||
CREATESTRUCTW *lpcs;
|
CREATESTRUCTW *lpcs;
|
||||||
HWND hwndInsertAfter;
|
HWND hwndInsertAfter;
|
||||||
|
@ -2500,7 +2500,7 @@ typedef struct
|
||||||
DECL_WINELIB_TYPE_AW(CBT_CREATEWND)
|
DECL_WINELIB_TYPE_AW(CBT_CREATEWND)
|
||||||
DECL_WINELIB_TYPE_AW(LPCBT_CREATEWND)
|
DECL_WINELIB_TYPE_AW(LPCBT_CREATEWND)
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCBTACTIVATESTRUCT
|
||||||
{
|
{
|
||||||
BOOL fMouse;
|
BOOL fMouse;
|
||||||
HWND hWndActive;
|
HWND hWndActive;
|
||||||
|
@ -2773,7 +2773,7 @@ typedef struct
|
||||||
#define SPIF_SENDCHANGE SPIF_SENDWININICHANGE
|
#define SPIF_SENDCHANGE SPIF_SENDWININICHANGE
|
||||||
|
|
||||||
#if defined(_WINGDI_) && !defined(NOGDI)
|
#if defined(_WINGDI_) && !defined(NOGDI)
|
||||||
typedef struct {
|
typedef struct tagNONCLIENTMETRICSA {
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
INT iBorderWidth;
|
INT iBorderWidth;
|
||||||
INT iScrollWidth;
|
INT iScrollWidth;
|
||||||
|
@ -2791,7 +2791,7 @@ typedef struct {
|
||||||
LOGFONTA lfMessageFont;
|
LOGFONTA lfMessageFont;
|
||||||
} NONCLIENTMETRICSA, *PNONCLIENTMETRICSA, *LPNONCLIENTMETRICSA;
|
} NONCLIENTMETRICSA, *PNONCLIENTMETRICSA, *LPNONCLIENTMETRICSA;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct tagNONCLIENTMETRICSW {
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
INT iBorderWidth;
|
INT iBorderWidth;
|
||||||
INT iScrollWidth;
|
INT iScrollWidth;
|
||||||
|
@ -3252,7 +3252,7 @@ typedef struct tagDRAWITEMSTRUCT
|
||||||
} DRAWITEMSTRUCT, *PDRAWITEMSTRUCT, *LPDRAWITEMSTRUCT;
|
} DRAWITEMSTRUCT, *PDRAWITEMSTRUCT, *LPDRAWITEMSTRUCT;
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagMEASUREITEMSTRUCT
|
||||||
{
|
{
|
||||||
UINT CtlType;
|
UINT CtlType;
|
||||||
UINT CtlID;
|
UINT CtlID;
|
||||||
|
@ -3263,7 +3263,7 @@ typedef struct
|
||||||
} MEASUREITEMSTRUCT, *PMEASUREITEMSTRUCT, *LPMEASUREITEMSTRUCT;
|
} MEASUREITEMSTRUCT, *PMEASUREITEMSTRUCT, *LPMEASUREITEMSTRUCT;
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagDELETEITEMSTRUCT
|
||||||
{
|
{
|
||||||
UINT CtlType;
|
UINT CtlType;
|
||||||
UINT CtlID;
|
UINT CtlID;
|
||||||
|
@ -3273,7 +3273,7 @@ typedef struct
|
||||||
} DELETEITEMSTRUCT, *PDELETEITEMSTRUCT, *LPDELETEITEMSTRUCT;
|
} DELETEITEMSTRUCT, *PDELETEITEMSTRUCT, *LPDELETEITEMSTRUCT;
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct tagCOMPAREITEMSTRUCT
|
||||||
{
|
{
|
||||||
UINT CtlType;
|
UINT CtlType;
|
||||||
UINT CtlID;
|
UINT CtlID;
|
||||||
|
|
Loading…
Reference in New Issue