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.

37 lines
1.1 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: newsdlgs.h
  5. //
  6. // PURPOSE: Defines general news dialogs
  7. //
  8. #ifndef __NEWSDLGS_H__
  9. #define __NEWSDLGS_H__
  10. /////////////////////////////////////////////////////////////////////////////
  11. // Dialog callbacks
  12. typedef struct tagUPDATENEWSGROUPINFO
  13. {
  14. BOOL fNews;
  15. DWORD dwGroupFlags;
  16. DWORD cMarked;
  17. int idCmd;
  18. } UPDATENEWSGROUPINFO, *PUPDATENEWSGROUPINFO;
  19. INT_PTR CALLBACK UpdateNewsgroup(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
  20. /////////////////////////////////////////////////////////////////////////////
  21. // Control IDs
  22. #define IDC_GET_CHECK 1001
  23. #define IDC_NEWHEADERS_RADIO 1002
  24. #define IDC_NEWMSGS_RADIO 1003
  25. #define IDC_ALLMSGS_RADIO 1004
  26. #define IDC_GETMARKED_CHECK 1005
  27. #endif // __NEWSDLGS_H__