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

Method GetUnmarshalClass

IStorageTrigger.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
31 //printf("IStorageTrigger GetUnmarshalClass\n");
32 return 0;
33}
34void GenRandomByte(byte* s, int len)
35{
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected