| 21 | } |
| 22 | |
| 23 | HRESULT 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 | |
| 29 | HRESULT IStorageTrigger::GetUnmarshalClass(const IID &riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, CLSID *pCid) { |
| 30 | CLSIDFromString(OLESTR("{00000306-0000-0000-c000-000000000046}"), pCid); |
nothing calls this directly
no outgoing calls
no test coverage detected