| 143 | long mOffset = -1; |
| 144 | |
| 145 | ComArrayEnum(ComObject *aObj, void *aData, long aLBound, long aUBound, UINT aElemSize, VARTYPE aType, bool aIndexMode) |
| 146 | : mArrayObject(aObj), mData(aData), mLBound(aLBound), mUBound(aUBound), mElemSize(aElemSize), mType(aType), mIndexMode(aIndexMode) |
| 147 | { |
| 148 | } |
| 149 | |
| 150 | public: |
| 151 | static HRESULT Begin(ComObject *aArrayObject, ComArrayEnum *&aOutput, int aMode); |
nothing calls this directly
no outgoing calls
no test coverage detected