MCPcopy Create free account
hub / github.com/decoder-it/ADCSCoercePotato / Release

Method Release

IStorageTrigger.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225ULONG IStorageTrigger::Release() {
226 // Decrement the object's internal counter.
227 ULONG ulRefCount = m_cRef--;
228 return ulRefCount;
229}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected