Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
858 B

  1. // include semi-private header
  2. #include <shlobj.h>
  3. #include <shlobjp.h>
  4. /****************************************************
  5. Option flags (dwFlags)
  6. ----------------------
  7. ****************************************************/
  8. #define SHTDN_NOHELP 0x000000001
  9. #define SHTDN_NOPALETTECHANGE 0x000000002
  10. #define SHTDN_NOBRANDINGBITMAP 0x000000004
  11. // Private function prototypes
  12. DWORD ShutdownDialog(HWND hwndParent, DWORD dwItems, DWORD dwItemSelect,
  13. LPCTSTR szUsername, DWORD dwFlags, HANDLE hWlx,
  14. PWLX_DIALOG_BOX_PARAM pfnWlxDialogBoxParam);
  15. INT_PTR WinlogonShutdownDialog( HWND hwndParent, PGLOBALS pGlobals, DWORD dwExcludeItems );
  16. INT_PTR WinlogonDirtyDialog( HWND hwndParent, PGLOBALS pGlobals );
  17. DWORD GetSessionCount();