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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -