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.

39 lines
513 B

  1. /*++
  2. Copyright (c) 2000-2001 Microsoft Corporation
  3. Module Name:
  4. assign.cpp
  5. Abstract:
  6. WinDbg Extension Api
  7. Environment:
  8. User Mode.
  9. Revision History:
  10. Andre Vachon (andreva)
  11. bugcheck analyzer.
  12. --*/
  13. #include <tchar.h>
  14. #include <malloc.h>
  15. #include <mapi.h>
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. BOOL SendOffFailure(TCHAR *pszToList, TCHAR *pszTitle, TCHAR *pszMessage);
  20. DWORD CountRecips(PTCHAR pszToList);
  21. #ifdef __cplusplus
  22. }
  23. #endif