Download presentation
Presentation is loading. Please wait.
Published byAustin Jared Joseph Modified over 9 years ago
9
Server Core is the preferred deployment configuration
11
Windows Server 2008 R2 Server Core++ Server Core Equivalent of Windows Server 2008 R2 full Server Full Server with Server Graphical Shell The Minimal Server Interface No Explorer, Internet Explorer or associated files MMC, Server Manager, and a subset of Control Panel applets are still installed NEW: Full Server without Server Graphical Shell installed
19
OPENFILENAME ofn = { 0 };... ofn.lpfnHook = HookProcOldStyle; ofn.Flags = OFN_ENABLEHOOK; // The callback HookProcOldStyle is as follows UINT_PTR CALLBACK HookProcOldStyle( HWND hdlg, UINT uiMsg, WPARAM wParam, LPARAM lParam ) { // This is a dummy hook proc to force non- Explorer style dialogs // Just return FALSE to allow standard dialog to handle messages return FALSE; }
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.