CComQIPtr spHst; HRESULT hr1 = CoCreateInstance( CClsid::m_CSFTHST, NULL, CLSCTX_LOCAL_SERVER, IID_ICSFTHST, (void **)&spHst);
int a; int* p = &a; CString s; s.Format(L"%p", p);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)