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.

17 lines
369 B

  1. //
  2. // update.h: Declares data, defines and struct types for twin creation
  3. // module.
  4. //
  5. //
  6. #ifndef __UPDATE_H__
  7. #define __UPDATE_H__
  8. // Flags for Upd_DoModal
  9. #define UF_SELECTION 0x0001
  10. #define UF_ALL 0x0002
  11. int PUBLIC Upd_DoModal(HWND hwndOwner, CBS * pcbs, LPCTSTR pszList, UINT cFiles, UINT uFlags);
  12. #endif // __UPDATE_H__