Windows-Server-2003/sdktools/debuggers/exts/assign/mapistuff.h

40 lines
474 B
C

/*++
Copyright (c) 2000-2001 Microsoft Corporation
Module Name:
assign.cpp
Abstract:
WinDbg Extension Api
Environment:
User Mode.
Revision History:
Andre Vachon (andreva)
bugcheck analyzer.
--*/
#include <tchar.h>
#include <malloc.h>
#include <mapi.h>
#ifdef __cplusplus
extern "C" {
#endif
BOOL SendOffFailure(TCHAR *pszToList, TCHAR *pszTitle, TCHAR *pszMessage);
DWORD CountRecips(PTCHAR pszToList);
#ifdef __cplusplus
}
#endif