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.

35 lines
765 B

  1. /*
  2. * resstr.h - Common return code to string translation routines description.
  3. */
  4. /* Prototypes
  5. *************/
  6. /* resstr.c */
  7. #ifdef DEBUG
  8. extern LPCTSTR GetINTString(int);
  9. extern LPCTSTR GetULONGString(ULONG);
  10. extern LPCTSTR GetBOOLString(BOOL);
  11. extern LPCTSTR GetCOMPARISONRESULTString(COMPARISONRESULT);
  12. #ifdef INC_OLE2
  13. extern LPCTSTR GetHRESULTString(HRESULT);
  14. #endif /* INC_OLE2 */
  15. #ifdef __SYNCENG_H__
  16. extern LPCTSTR GetTWINRESULTString(TWINRESULT);
  17. extern LPCTSTR GetCREATERECLISTPROCMSGString(UINT);
  18. extern LPCTSTR GetRECSTATUSPROCMSGString(UINT);
  19. extern LPCTSTR GetRECNODESTATEString(RECNODESTATE);
  20. extern LPCTSTR GetRECNODEACTIONString(RECNODEACTION);
  21. #endif /* __SYNCENG_H__ */
  22. #endif /* DEBUG */