MCPcopy Create free account
hub / github.com/antonioCoco/JuicyPotatoNG / CopyTo

Method CopyTo

IStorageTrigger.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return 0;
108}
109HRESULT IStorageTrigger::CopyTo(DWORD ciidExclude, const IID* rgiidExclude, SNB snbExclude, IStorage* pstgDest) {
110 _stg->CopyTo(ciidExclude, rgiidExclude, snbExclude, pstgDest);
111 return 0;
112}
113HRESULT IStorageTrigger::CreateStorage(const OLECHAR* pwcsName, DWORD grfMode, DWORD reserved1, DWORD reserved2, IStorage** ppstg) {
114 _stg->CreateStorage(pwcsName, grfMode, reserved1, reserved2, ppstg);
115 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected