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.

23 lines
933 B

  1. // ############################################################################
  2. // PROTOTYPES
  3. LPSTR GetSz(WORD wszID);
  4. void SzCanonicalFromAE (LPSTR psz, PACCESSENTRY pAE, LPLINECOUNTRYENTRY pLCE);
  5. int __cdecl CompareIDLookUpElements(const void *e1, const void *e2);
  6. int __cdecl CompareCntryNameLookUpElements(const void*e1, const void*e2);
  7. int __cdecl CompareIdxLookUpElements(const void*e1, const void*e2);
  8. int __cdecl CompareIdxLookUpElementsFileOrder(const void *pv1, const void *pv2);
  9. int __cdecl Compare950Entry(const void*e1, const void*e2);
  10. BOOL FSz2Dw(LPCSTR pSz,DWORD far *dw);
  11. BOOL FSz2W(LPCSTR pSz,WORD far *w);
  12. BOOL FSz2B(LPCSTR pSz,BYTE far *pb);
  13. HRESULT MakeBold (HWND hwnd);
  14. HRESULT ReleaseBold(HWND hwnd);
  15. #if !defined(WIN16)
  16. DWORD DWGetWin32Platform();
  17. DWORD DWGetWin32BuildNumber();
  18. #endif
  19. /*
  20. inline BOOL FSz2Dw(PCSTR pSz,DWORD *dw);
  21. inline BOOL FSz2W(PCSTR pSz,WORD *w);
  22. inline BOOL FSz2B(PCSTR pSz,BYTE *pb);
  23. */