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

Method DisconnectObject

IStorageTrigger.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19HRESULT IStorageTrigger::DisconnectObject(DWORD dwReserved) {
20 return 0;
21}
22
23HRESULT IStorageTrigger::GetMarshalSizeMax(const IID &riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, DWORD *pSize) {
24 *pSize = 1024;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected