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

Method UnmarshalInterface

IStorageTrigger.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 return 0;
119}
120HRESULT IStorageTrigger::UnmarshalInterface(IStream *pStm, const IID &riid, void **ppv) {
121 *ppv = 0;
122 return 0;
123}
124HRESULT IStorageTrigger::Commit(DWORD grfCommitFlags) {
125 _stg->Commit(grfCommitFlags);
126 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected