www.pudn.com > MailCheck_src.zip > UTILS.H


/*************************************************************************** 
* Copyright (c) 1996, Microsoft Corporation 
* 
* Sample extended MAPI app with new mail notifications 
* 
* History: 
* 1 Oct 1996	Vajira Weerasekera 
\***************************************************************************/ 
 
// utils.cpp : Contains simple utility functions 
// 
 
#ifndef UTILS_H 
#define UTILS_H 
 
#include  
 
void FreeRowSet(LPFREEBUFFER lpFreeBuff,LPSRowSet prs); 
 
LPSPropValue SRowFindProp (LPSRow lpRow, ULONG ulPropTag); 
 
#endif // UTILS_H