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

Method IStorageTrigger

IStorageTrigger.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11extern wchar_t* wredir_ip;
12
13IStorageTrigger::IStorageTrigger(IStorage *istg) {
14 _stg = istg;
15 m_cRef = 1;
16 return;
17}
18
19HRESULT IStorageTrigger::DisconnectObject(DWORD dwReserved) {
20 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected