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

Method DestroyElement

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

Source from the content-addressed store, hash-verified

119 return 0;
120}
121HRESULT IStorageTrigger::DestroyElement(const OLECHAR* pwcsName) {
122 _stg->DestroyElement(pwcsName);
123 return 0;
124}
125HRESULT IStorageTrigger::EnumElements(DWORD reserved1, void* reserved2, DWORD reserved3, IEnumSTATSTG** ppenum) {
126 _stg->EnumElements(reserved1, reserved2, reserved3, ppenum);
127 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected