MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ComArrayEnum

Method ComArrayEnum

source/script_com.h:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
150public:
151 static HRESULT Begin(ComObject *aArrayObject, ComArrayEnum *&aOutput, int aMode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected