Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 193 of file desktop.cpp.
Referenced by ProgmanWindowProc().
{ FOLDERSETTINGS fs; RECT rcClient; HRESULT hRet; if (!GetClientRect(hWnd, &rcClient)) { return FALSE; } fs.ViewMode = FVM_ICON; fs.fFlags = FWF_DESKTOP | FWF_NOCLIENTEDGE | FWF_NOSCROLL | FWF_TRANSPARENT; hRet = DesktopView->CreateViewWindow(NULL, &fs, (IShellBrowser *)this, &rcClient, &hWndShellView); if (!SUCCEEDED(hRet)) return FALSE; SetShellWindowEx(hWnd, FindDesktopListView()); return TRUE; }