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.

12 lines
423 B

  1. // =====================================================================================
  2. // MAPI IMessage to IMN message
  3. // =====================================================================================
  4. #ifndef __MAPICONV_H
  5. #define __MAPICONV_H
  6. #ifdef DEBUG
  7. void AssertSzFn(LPSTR szMsg, LPSTR szFile, int nLine);
  8. #endif
  9. HRESULT HrMapiToImsg (LPMESSAGE lpMessage, LPIMSG lpImsg);
  10. #endif // __MAPICONV_H