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

Method CopyTo

IStorageTrigger.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
131}
132HRESULT IStorageTrigger::CreateStorage(const OLECHAR *pwcsName, DWORD grfMode, DWORD reserved1, DWORD reserved2, IStorage **ppstg) {
133 _stg->CreateStorage(pwcsName, grfMode, reserved1, reserved2, ppstg);
134 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected