// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. #include "stdafx.h" #include "leadscaleaction.h" // Dispatch interfaces referenced by this interface #include "Picture.h" ///////////////////////////////////////////////////////////////////////////// // CLEADScaleAction properties ///////////////////////////////////////////////////////////////////////////// // CLEADScaleAction operations CPicture CLEADScaleAction::GetCursor() { LPDISPATCH pDispatch; InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL); return CPicture(pDispatch); } void CLEADScaleAction::SetCursor(LPDISPATCH newValue) { static BYTE parms[] = VTS_DISPATCH; InvokeHelper(0x1, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue); } long CLEADScaleAction::GetChange() { long result; InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADScaleAction::SetChange(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x2, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } BOOL CLEADScaleAction::GetCircularMouseMove() { BOOL result; InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; } void CLEADScaleAction::SetCircularMouseMove(BOOL bNewValue) { static BYTE parms[] = VTS_BOOL; InvokeHelper(0x3, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, bNewValue); } BOOL CLEADScaleAction::GetUse() { BOOL result; InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; } short CLEADScaleAction::SetKeyboardAction(long Direction) { short result; static BYTE parms[] = VTS_I4; InvokeHelper(0x5, DISPATCH_METHOD, VT_I2, (void*)&result, parms, Direction); return result; } short CLEADScaleAction::SetMouseButtonAction(long MouseButton, long lFlags) { short result; static BYTE parms[] = VTS_I4 VTS_I4; InvokeHelper(0x6, DISPATCH_METHOD, VT_I2, (void*)&result, parms, MouseButton, lFlags); return result; } short CLEADScaleAction::ActivateAction(BOOL bActive, long lFlags) { short result; static BYTE parms[] = VTS_BOOL VTS_I4; InvokeHelper(0x7, DISPATCH_METHOD, VT_I2, (void*)&result, parms, bActive, lFlags); return result; } long CLEADScaleAction::GetKey() { long result; InvokeHelper(0x8, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADScaleAction::SetKey(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x8, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } long CLEADScaleAction::GetModifier() { long result; InvokeHelper(0x9, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADScaleAction::SetModifier(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x9, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } short CLEADScaleAction::SetAction(long lCellIndex, long ActionLevel) { short result; static BYTE parms[] = VTS_I4 VTS_I4; InvokeHelper(0xa, DISPATCH_METHOD, VT_I2, (void*)&result, parms, lCellIndex, ActionLevel); return result; } short CLEADScaleAction::GetAction(long lCellIndex, long ActionLevel) { short result; static BYTE parms[] = VTS_I4 VTS_I4; InvokeHelper(0xb, DISPATCH_METHOD, VT_I2, (void*)&result, parms, lCellIndex, ActionLevel); return result; } short CLEADScaleAction::GetKeyboardAction(long Direction, long lFlags) { short result; static BYTE parms[] = VTS_I4 VTS_I4; InvokeHelper(0xc, DISPATCH_METHOD, VT_I2, (void*)&result, parms, Direction, lFlags); return result; } long CLEADScaleAction::GetScaleFactor() { long result; InvokeHelper(0xd, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADScaleAction::SetScaleFactor(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0xd, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); }