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
337 B

  1. //
  2. // cuisys.h
  3. //
  4. #ifndef CUISYS_H
  5. #define CUISYS_H
  6. //
  7. // exported functions
  8. //
  9. extern void InitUIFSys( void );
  10. extern void DoneUIFSys( void );
  11. extern void UpdateUIFSys( void );
  12. extern BOOL UIFIsWindowsNT( void );
  13. extern BOOL UIFIsLowColor( void );
  14. extern BOOL UIFIsHighContrast( void );
  15. #endif /* CUISYS_H */