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

  1. #ifndef _CERHELP_H
  2. #define HELP_TOPIC_TABLE_OF_CONTENTS 1
  3. enum
  4. {
  5. HELP_SUCCESS,
  6. HELP_NO_SUCH_PAGE,
  7. HELP_FAILURE
  8. };
  9. void
  10. MakeHelpFileName();
  11. ULONG
  12. OpenHelpTopic(ULONG PageConstant);
  13. ULONG
  14. OpenHelpIndex(PCSTR IndexText);
  15. #endif