Following is the snippet, my question is from the last line of assignment. Is AddRef called from that line? I didnt see the operator= override, so do I need to call AddRef manually.
CComPtr <idirect3ddevicemanager9> pmanager;<="" p="">
//...pManager initialization
LPVOID *ppvObject;
*ppvObject = pManager;
wm2009.mybrute.com