home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / route.cli / route.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  530 b   |  18 lines

  1. /*
  2.  * R O U T E . H
  3.  *
  4.  * Routing fuctions called outside of route.c
  5.  *
  6.  *Copyright 1995, Microsoft Corporation. All Rights Reserved.
  7.  */
  8.  
  9. /*put a name for your own message class here*/
  10. #define lpszSmplRTMsgClass "IPM.Note.SampleRoutingForm"
  11.  
  12.  
  13. LPADRBOOK  OpenAddressBook(HWND hwnd);
  14. BOOL CALLBACK RouteNoteDlgProc (HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam);
  15. BOOL HasRoutingSlip (LPMESSAGE lpMsg);
  16. BOOL OpenOutFolder(HWND hWnd, LPMAPIFOLDER FAR * lppF);
  17. BOOL CreateOutMessage(LPMESSAGE FAR * lpmSrcMsgI);
  18.