Changeset 264 for branches/branch-1-0/include
- Timestamp:
- Nov 21, 2004, 11:14:36 PM (21 years ago)
- Location:
- branches/branch-1-0/include/helpers
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/helpers/call_file_dlg.c
r256 r264 4 4 * this code contacts XFLDR.DLL to show the 5 5 * XWorkplace file dialog. This does not 6 * return until either an error occur ed6 * return until either an error occurred 7 7 * or XFLDR.DLL has dismissed the dialog, 8 8 * either because the user pressed "OK" -
branches/branch-1-0/include/helpers/comctl.h
r229 r264 382 382 * 383 383 * -- mp2: pointer to EMPHASISNOTIFY structure. 384 * If the double click occur ed on a chart384 * If the double click occurred on a chart 385 385 * slice, lIndex has the index of the slice. 386 386 * Otherwise (e.g. whitespace), lIndex will … … 449 449 // from 0); if -1, a previous emphasis has been undone. 450 450 // With CHTN_CONTEXTMENU and CHTN_ENTER, index of the 451 // data item for which the request occur ed, or -1 for451 // data item for which the request occurred, or -1 for 452 452 // a request on the control's whitespace. 453 453 POINTL ptl; 454 454 // exact window coordinates where mouse 455 // click occur ed (e.g. for context menu).455 // click occurred (e.g. for context menu). 456 456 // This is undefined (-1) if the event was not 457 457 // caused by a mouse click. -
branches/branch-1-0/include/helpers/except.h
r166 r264 205 205 } /* end of TRY block */ \ 206 206 else \ 207 { /* exception occur ed: */ \207 { /* exception occurred: */ \ 208 208 DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)&(excptstruct.RegRec2)); 209 209 #endif … … 214 214 #else 215 215 #define END_CATCH() \ 216 } /* end of exception-occur ed block */ \216 } /* end of exception-occurred block */ \ 217 217 } 218 218 #endif -
branches/branch-1-0/include/helpers/winh.h
r256 r264 472 472 * have changed (EM_QUERYCHANGED message). 473 473 * 474 * This returns TRUE if changes have occur ed since474 * This returns TRUE if changes have occurred since 475 475 * the last time this message or WM_QUERYWINDOWPARAMS 476 476 * (WinQueryWindowText) was received. -
branches/branch-1-0/include/helpers/xml.h
r187 r264 696 696 const char *pcszErrorDescription; // error description 697 697 PXSTRING pxstrSystemID; // system ID of external entity 698 // where error occur ed, or NULL698 // where error occurred, or NULL 699 699 // if in main document 700 ULONG ulErrorLine; // line where error occur ed701 ULONG ulErrorColumn; // column where error occur ed700 ULONG ulErrorLine; // line where error occurred 701 ULONG ulErrorColumn; // column where error occurred 702 702 PXSTRING pxstrFailingNode; // element or attribute name 703 703 // or NULL
Note:
See TracChangeset
for help on using the changeset viewer.