home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / h / pventry.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-11  |  167 b   |  10 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. BOOL ViewMapiProp(LPSTR lpszName,LPMAPIPROP FAR *lppMAPIProp,LPVOID lpvDest, HWND hWnd);
  6.  
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10.