Changeset 218 for trunk/include/helpers/winh.h
- Timestamp:
- Aug 31, 2002, 4:19:50 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r217 r218 320 320 typedef WINHMERGEMENUS *PWINHMERGEMENUS; 321 321 322 ULONG XWPENTRY winhClearMenu(HWND hwndMenu); 323 322 324 PSZ XWPENTRY winhQueryMenuItemText(HWND hwndMenu, 323 325 USHORT usItemID); … … 925 927 #define FID_STATUSBAR 0x8100 926 928 929 VOID winhCalcExtFrameRect(MPARAM mp1, 930 MPARAM mp2, 931 LONG lStatusBarHeight); 932 927 933 /* 928 934 *@@ EXTFRAMECDATA: … … 933 939 typedef struct _EXTFRAMECDATA 934 940 { 935 PSWP pswpFrame; 936 ULONG flFrameCreateFlags; 937 ULONG flExtFlags; 938 ULONG ulFrameStyle; 939 const char *pcszFrameTitle; // in: frame title (title bar)940 ULONG ulResourcesID; 941 const char *pcszClassClient; // in: client class name942 ULONG flStyleClient; 943 ULONG ulID; 944 PVOID pClientCtlData; 941 PSWP pswpFrame; // in: frame wnd pos 942 ULONG flFrameCreateFlags; // in: FCF_* flags 943 ULONG flExtFlags; // in: XFCF_* flags 944 ULONG ulFrameStyle; // in: WS_* flags (e.g. WS_VISIBLE, WS_ANIMATE) 945 const char *pcszFrameTitle; // in: frame title (title bar) 946 ULONG ulResourcesID; // in: according to FCF_* flags 947 const char *pcszClassClient; // in: client class name 948 ULONG flStyleClient; // in: client style 949 ULONG ulID; // in: frame window ID 950 PVOID pClientCtlData; // in: pCtlData structure pointer for client 945 951 } EXTFRAMECDATA, *PEXTFRAMECDATA; 946 952
Note:
See TracChangeset
for help on using the changeset viewer.