// 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 "derivedlong.h" ///////////////////////////////////////////////////////////////////////////// // CDerivedLong properties LPDISPATCH CDerivedLong::GetParent() { LPDISPATCH result; GetProperty(0x1, VT_DISPATCH, (void*)&result); return result; } long CDerivedLong::GetValue() { long result; GetProperty(0x2, VT_I4, (void*)&result); return result; } void CDerivedLong::SetValue(long propVal) { SetProperty(0x2, VT_I4, propVal); } long CDerivedLong::Get_Value() { long result; GetProperty(0x0, VT_I4, (void*)&result); return result; } void CDerivedLong::Set_Value(long propVal) { SetProperty(0x0, VT_I4, propVal); } BOOL CDerivedLong::GetIsDefault() { BOOL result; GetProperty(0x3, VT_BOOL, (void*)&result); return result; } void CDerivedLong::SetIsDefault(BOOL propVal) { SetProperty(0x3, VT_BOOL, propVal); } ///////////////////////////////////////////////////////////////////////////// // CDerivedLong operations