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

Method Commit

IStorageTrigger.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 return 0;
123}
124HRESULT IStorageTrigger::Commit(DWORD grfCommitFlags) {
125 _stg->Commit(grfCommitFlags);
126 return 0;
127}
128HRESULT IStorageTrigger::CopyTo(DWORD ciidExclude, const IID *rgiidExclude, SNB snbExclude, IStorage *pstgDest) {
129 _stg->CopyTo(ciidExclude, rgiidExclude, snbExclude, pstgDest);
130 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected