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

Method ~ComArrayEnum

source/script_com.cpp:1513–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511}
1512
1513ComArrayEnum::~ComArrayEnum()
1514{
1515 SafeArrayUnaccessData(mArrayObject->mArray); // Counter the lock done by ComArrayEnum::Begin.
1516 mArrayObject->Release();
1517}
1518
1519ResultType ComArrayEnum::Next(Var *aVar1, Var *aVar2)
1520{

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected