Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,725 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I implemented a (IShellFoder and IShellView),I want to customize toolbar,but I using IShellBrowser::SetToolbarItem() return NO_IMPLEMENT,
GetControlWindow(FCW_TOOLBAR, &toolHwnd), toolHwnd is Null
SendControlMsg(FCW_TOOLBAR, TB_ADDBITMAP, NULL,
reinterpret_cast<LPARAM>(&tbb), &lhr),return E_FALL