home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / windows / vbcore / vbjmptbl.inc < prev    next >
Text File  |  1993-09-08  |  3KB  |  97 lines

  1.   CONST
  2.         jumpTable :tvbsJumpTable =
  3.         (
  4.         {000} @vbsRegisterModel,
  5.         {004} @vbsDerefControl,
  6.         {008} @vbsDefControlProc,
  7.         {00C} @vbsFireEvent,
  8.         {010} @vbsSetControlProperty,
  9.         {014} @vbsGetControlProperty,
  10.         {018} @vbsCreateHsz,
  11.         {01C} @vbsDestroyHsz,
  12.         {020} @vbsDerefHsz,
  13.         {024} @vbsLockHsz,
  14.         {028} @vbsUnlockHsz,
  15.         {02C} @vbsGetControlHwnd,
  16.         {030} @vbrecreateControlHwnd,
  17.         {034} @vbsGetcontrolModel,
  18.         {038} @vbsSendControlMsg,
  19.         {03C} @vbsReadFormFile,
  20.         {040} @vbsWriteFormFile,
  21.         {044} @vbsSuperControlProc,
  22.         {048} @vbsGetMode,
  23.         {04C} @vbsGetHInstance,
  24.         {050} @vbsCreateHLStr,
  25.         {054} @vbsSetHlStr,
  26.         {058} @vbsDestroyHlStr,
  27.         {05C} @vbsDerefHlstr,
  28.         {060} @vbsGetHlstrLen,
  29.         {064} @vbsGetHwndControl,
  30.         {068} @vbsXPixelsToTwips,
  31.         {06C} @vbsYPixelsToTwips,
  32.         {070} @vbsXTwipsToPixels,
  33.         {074} @vbsYTwipsToPixels,
  34.         {078} @vbsReadBasicFile,
  35.         {07C} @vbsWriteBasicFile,
  36.         {080} @vbsAllocPic,
  37.         {084} @vbsFreePic,
  38.         {088} @vbsGetPic,
  39.         {08C} @vbsRefPic,
  40.         {090} @vbsPicFromCF,
  41.         {094} @vbsSetErrorMessage,
  42.         {098} @vbsGetAppTitle,
  43.         {09C} @vbsDialogBoxParam,
  44.         {0A0} @vbsSeekFormFile,
  45.         {0A4} @vbsRelSeekFormFile,
  46.         {0A8} @vbsGetControlName,
  47.         {0AC} nil,
  48.         {0B0} nil,
  49.         {0B4} nil,
  50.         {0B8} nil,
  51.         {0BC} @vbsGetVersion,
  52.         {0C0} @vbsLinkPostAdvise,
  53.         {0C4} @vbsPasteLinkOk,
  54.         {0C8} @vbsDirtyForm,
  55.         {0CC} @vbsSetControlFlags,
  56.         {0D0} @vbsPaletteChanged,
  57.         {0D4} @vbsAllocPicEx,
  58.         {0D8} @vbsGetPicEx,
  59.         {0DC} @vbsTranslateColor,
  60.         {0E0} @vbsGetCapture,
  61.         {0E4} @vbsSetCapture,
  62.         {0E8} @vbsReleaseCapture,
  63.         {0EC} @vbsGetControl,
  64.         {0F0} @vbsZOrder,
  65.         {0F4} @vbsMoveControl,
  66.         {0F8} @vbsGetControlRect,
  67.         {0FC} @vbsGetRectInContainer,
  68.         {100} @vbsGetClientRect,
  69.         {104} @vbsClientToScreen,
  70.         {108} @vbsScreenToClient,
  71.         {10C} @vbsIsControlVisible,
  72.         {110} @vbsIsControlEnabled,
  73.         {114} @vbsInvalidateRect,
  74.         {118} @vbsUpdateControl,
  75.         {11C} @vbsCoerceVariant,
  76.         {120} @vbsGetVariantType,
  77.         {124} @vbsGetVariantValue,
  78.         {128} @vbsSetVariantValue,
  79.         {12C} @vbsGetHlstr,
  80.         {130} @vbsResizeHlstr,
  81.         {134} @vbsDerefHlstrLen,
  82.         {138} @vbsDerefZeroTermHlstr,
  83.         {13C} @vbsCreateTempHlstr,
  84.         {140} @vbsArrayElement,
  85.         {144} @vbsArrayBounds,
  86.         {148} @vbsArrayElemSize,
  87.         {14C} @vbsArrayFirstElem,
  88.         {150} @vbsArrayIndexCount,
  89.         {154} @vbsRuntimeError,
  90.         {158} @vbsFormat,
  91.         {15C} @vbsCbSaveFPState,
  92.         {160} @vbsRestoreFPState,
  93.         {164} @vbsLinkMakeItemName,
  94.         {168} @vbsGetVersion
  95.         );
  96.  
  97.