c++ - How can I get IShellBrowser? -
i'm using vc6 on xp system. when program runs, memory cannot read popup error. can help? seems &isw has invalid values. sorry don't know how make code block.
ishellwindows *isw = null; hr = ::cocreateinstance(clsid_shellwindows, null, clsctx_all, iid_ishellwindows, (void**)&isw); long count = 0; hr = psw->get_count(&count);
Comments
Post a Comment