Changeset 206 for trunk/include
- Timestamp:
- Aug 12, 2002, 5:54:49 PM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/procstat.h
r155 r206 813 813 const char *pcszName); 814 814 815 PQPROCESS32 prc32FindProcessFromPID(PQTOPLEVEL32 pInfo, 816 ULONG pid); 817 815 818 PQS32SEM16 prc32FindSem16(PQTOPLEVEL32 pInfo, 816 819 USHORT usSemID); -
trunk/include/helpers/textview.h
r201 r206 232 232 // CHS_STRIKEOUT flags set 233 233 234 P SZ pszLinkTarget;// if != NULL, pointer to a string in XFORMATDATA.llLinks;234 PCSZ pcszLinkTarget; // if != NULL, pointer to a string in XFORMATDATA.llLinks; 235 235 // the word is then part of a link 236 236 // V0.9.20 (2002-08-10) [umoeller] … … 430 430 * Parameters: 431 431 * 432 * -- USHORT SHORT1FROMMP(mp1): id of the control. 433 * -- USHORT SHORT2FROMMP(mp1): nofify code (TXVN_LINK). 434 * -- const char *mp2: link target. 432 * -- USHORT SHORT1FROMMP(mp1): id of the control. 433 * 434 * -- USHORT SHORT2FROMMP(mp1): nofify code (TXVN_LINK). 435 * 436 * -- const char *mp2: target of the link that the 437 * user clicked on. 435 438 * 436 439 *@@added V0.9.3 (2000-05-18) [umoeller] -
trunk/include/helpers/winh.h
r199 r206 254 254 */ 255 255 256 #define winhRemoveMenuItem(hwndMenu, sItemId) \ 257 (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemId, FALSE), 0) 256 #define winhRemoveMenuItem(hwndMenu, sItemID) \ 257 (SHORT)WinSendMsg(hwndMenu, MM_REMOVEITEM, MPFROM2SHORT(sItemID, FALSE), 0) 258 259 BOOL XWPENTRY winhRemoveMenuItems(HWND hwndMenu, 260 const SHORT *asItemIDs, 261 ULONG cItemIDs); 258 262 259 263 /*
Note:
See TracChangeset
for help on using the changeset viewer.