// 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 "leadalphaaction.h" // Dispatch interfaces referenced by this interface #include "Picture.h" ///////////////////////////////////////////////////////////////////////////// // CLEADAlphaAction properties ///////////////////////////////////////////////////////////////////////////// // CLEADAlphaAction operations CPicture CLEADAlphaAction::GetCursor() { LPDISPATCH pDispatch; InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL); return CPicture(pDispatch); } void CLEADAlphaAction::SetCursor(LPDISPATCH newValue) { static BYTE parms[] = VTS_DISPATCH; InvokeHelper(0x1, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, newValue); } long CLEADAlphaAction::GetChange() { long result; InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADAlphaAction::SetChange(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x2, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } BOOL CLEADAlphaAction::GetCircularMouseMove() { BOOL result; InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; } void CLEADAlphaAction::SetCircularMouseMove(BOOL bNewValue) { static BYTE parms[] = VTS_BOOL; InvokeHelper(0x3, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, bNewValue); } BOOL CLEADAlphaAction::GetUse() { BOOL result; InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL); return result; } short CLEADAlphaAction::SetKeyboardAction(long Direction) { short result; static BYTE parms[] = VTS_I4; InvokeHelper(0x5, DISPATCH_METHOD, VT_I2, (void*)&result, parms, Direction); return result; } short CLEADAlphaAction::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 CLEADAlphaAction::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 CLEADAlphaAction::GetKey() { long result; InvokeHelper(0x8, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADAlphaAction::SetKey(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x8, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } long CLEADAlphaAction::GetModifier() { long result; InvokeHelper(0x9, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADAlphaAction::SetModifier(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0x9, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); } short CLEADAlphaAction::SetAction(long lCellIndex, long lSubCellIndex, long ActionLevel) { short result; static BYTE parms[] = VTS_I4 VTS_I4 VTS_I4; InvokeHelper(0xa, DISPATCH_METHOD, VT_I2, (void*)&result, parms, lCellIndex, lSubCellIndex, ActionLevel); return result; } short CLEADAlphaAction::GetAction(long lCellIndex, long lSubCellIndex, long ActionLevel) { short result; static BYTE parms[] = VTS_I4 VTS_I4 VTS_I4; InvokeHelper(0xb, DISPATCH_METHOD, VT_I2, (void*)&result, parms, lCellIndex, lSubCellIndex, ActionLevel); return result; } short CLEADAlphaAction::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 CLEADAlphaAction::GetFactor() { long result; InvokeHelper(0xd, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL); return result; } void CLEADAlphaAction::SetFactor(long nNewValue) { static BYTE parms[] = VTS_I4; InvokeHelper(0xd, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms, nNewValue); }