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

Method DestroyElement

IStorageTrigger.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 return 0;
139}
140HRESULT IStorageTrigger::DestroyElement(const OLECHAR *pwcsName) {
141 _stg->DestroyElement(pwcsName);
142 return 0;
143}
144HRESULT IStorageTrigger::EnumElements(DWORD reserved1, void *reserved2, DWORD reserved3, IEnumSTATSTG **ppenum) {
145 _stg->EnumElements(reserved1, reserved2, reserved3, ppenum);
146 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected