home *** CD-ROM | disk | FTP | other *** search
- CONST
- jumpTable :tvbsJumpTable =
- (
- {000} @vbsRegisterModel,
- {004} @vbsDerefControl,
- {008} @vbsDefControlProc,
- {00C} @vbsFireEvent,
- {010} @vbsSetControlProperty,
- {014} @vbsGetControlProperty,
- {018} @vbsCreateHsz,
- {01C} @vbsDestroyHsz,
- {020} @vbsDerefHsz,
- {024} @vbsLockHsz,
- {028} @vbsUnlockHsz,
- {02C} @vbsGetControlHwnd,
- {030} @vbrecreateControlHwnd,
- {034} @vbsGetcontrolModel,
- {038} @vbsSendControlMsg,
- {03C} @vbsReadFormFile,
- {040} @vbsWriteFormFile,
- {044} @vbsSuperControlProc,
- {048} @vbsGetMode,
- {04C} @vbsGetHInstance,
- {050} @vbsCreateHLStr,
- {054} @vbsSetHlStr,
- {058} @vbsDestroyHlStr,
- {05C} @vbsDerefHlstr,
- {060} @vbsGetHlstrLen,
- {064} @vbsGetHwndControl,
- {068} @vbsXPixelsToTwips,
- {06C} @vbsYPixelsToTwips,
- {070} @vbsXTwipsToPixels,
- {074} @vbsYTwipsToPixels,
- {078} @vbsReadBasicFile,
- {07C} @vbsWriteBasicFile,
- {080} @vbsAllocPic,
- {084} @vbsFreePic,
- {088} @vbsGetPic,
- {08C} @vbsRefPic,
- {090} @vbsPicFromCF,
- {094} @vbsSetErrorMessage,
- {098} @vbsGetAppTitle,
- {09C} @vbsDialogBoxParam,
- {0A0} @vbsSeekFormFile,
- {0A4} @vbsRelSeekFormFile,
- {0A8} @vbsGetControlName,
- {0AC} nil,
- {0B0} nil,
- {0B4} nil,
- {0B8} nil,
- {0BC} @vbsGetVersion,
- {0C0} @vbsLinkPostAdvise,
- {0C4} @vbsPasteLinkOk,
- {0C8} @vbsDirtyForm,
- {0CC} @vbsSetControlFlags,
- {0D0} @vbsPaletteChanged,
- {0D4} @vbsAllocPicEx,
- {0D8} @vbsGetPicEx,
- {0DC} @vbsTranslateColor,
- {0E0} @vbsGetCapture,
- {0E4} @vbsSetCapture,
- {0E8} @vbsReleaseCapture,
- {0EC} @vbsGetControl,
- {0F0} @vbsZOrder,
- {0F4} @vbsMoveControl,
- {0F8} @vbsGetControlRect,
- {0FC} @vbsGetRectInContainer,
- {100} @vbsGetClientRect,
- {104} @vbsClientToScreen,
- {108} @vbsScreenToClient,
- {10C} @vbsIsControlVisible,
- {110} @vbsIsControlEnabled,
- {114} @vbsInvalidateRect,
- {118} @vbsUpdateControl,
- {11C} @vbsCoerceVariant,
- {120} @vbsGetVariantType,
- {124} @vbsGetVariantValue,
- {128} @vbsSetVariantValue,
- {12C} @vbsGetHlstr,
- {130} @vbsResizeHlstr,
- {134} @vbsDerefHlstrLen,
- {138} @vbsDerefZeroTermHlstr,
- {13C} @vbsCreateTempHlstr,
- {140} @vbsArrayElement,
- {144} @vbsArrayBounds,
- {148} @vbsArrayElemSize,
- {14C} @vbsArrayFirstElem,
- {150} @vbsArrayIndexCount,
- {154} @vbsRuntimeError,
- {158} @vbsFormat,
- {15C} @vbsCbSaveFPState,
- {160} @vbsRestoreFPState,
- {164} @vbsLinkMakeItemName,
- {168} @vbsGetVersion
- );
-
-