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

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -