Source code of Windows XP (NT5)
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.

14 lines
403 B

  1. //
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. //
  4. #ifndef __READSILSADICT_H__
  5. #define __READSILSADICT_H__
  6. #include "BSDict.h"
  7. /////////////////////////////////////////////////////////////////////////////
  8. // Global Fuction for silsa dict
  9. BOOL OpenSilsaDict(HANDLE hDict, DWORD offset=0);
  10. void CloseSilsaDict();
  11. int FindSilsaWord(LPCTSTR lpWord);
  12. #endif // !__READSILSADICT_H__