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

Method GetMarshalSizeMax

IStorageTrigger.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23HRESULT IStorageTrigger::GetMarshalSizeMax(const IID &riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, DWORD *pSize) {
24 *pSize = 1024;
25 //printf("IStorageTrigger GetMarshalSizeMax\n");
26 return 0;
27}
28
29HRESULT IStorageTrigger::GetUnmarshalClass(const IID &riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, CLSID *pCid) {
30 CLSIDFromString(OLESTR("{00000306-0000-0000-c000-000000000046}"), pCid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected