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.

20 lines
377 B

  1. /* *
  2. * s p e l l . h
  3. *
  4. */
  5. #ifndef _SPELL_H
  6. #define _SPELL_H
  7. INT_PTR CALLBACK SpellingPageProc(HWND, UINT, WPARAM, LPARAM);
  8. BOOL FCheckSpellAvail(void);
  9. // Query options
  10. BOOL FIgnoreNumber(void);
  11. BOOL FIgnoreUpper(void);
  12. BOOL FIgnoreDBCS(void);
  13. BOOL FIgnoreProtect(void);
  14. BOOL FAlwaysSuggest(void);
  15. BOOL FCheckOnSend(void);
  16. #endif // _SPELL_H