0x80004002 after KB4074852 when CoGetClassObject

0

After installing KB4074852 I keep getting 0x80004002 while trying to get IClassFactory2 via CoGetClassObject.

IClassFactory2 * class_factory2;
hr = CoGetClassObject(
    clsida,
    CLSCTX_LOCAL_SERVER,
    nullptr,
    IID_IClassFactory2,
    (LPVOID *)&class_factory2
);

Any idea what the cause is? It works fine without the patch :/

com
windows-xp
posready
asked on Stack Overflow Apr 12, 2018 by graywolf

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0