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

Method MoveElementTo

IStorageTrigger.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 return 0;
147}
148HRESULT IStorageTrigger::MoveElementTo(const OLECHAR *pwcsName, IStorage *pstgDest, const OLECHAR *pwcsNewName, DWORD grfFlags) {
149 _stg->MoveElementTo(pwcsName, pstgDest, pwcsNewName, grfFlags);
150 return 0;
151}
152HRESULT IStorageTrigger::OpenStorage(const OLECHAR *pwcsName, IStorage *pstgPriority, DWORD grfMode, SNB snbExclude, DWORD reserved, IStorage **ppstg) {
153 _stg->OpenStorage(pwcsName, pstgPriority, grfMode, snbExclude, reserved, ppstg);
154 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected