MoreDataMgr.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00025 #ifndef MOREDATAMGR_H
00026 #define MOREDATAMGR_H
00027
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031
00032 #include "MorePrefix.h"
00033
00034 #include <DataMgr.h>
00035
00052 MemHandle MDmQueryRecordByID( DmOpenRef dbP, UInt32 recID, Err* errCode,
00053 UInt32 *recIdx );
00054
00078 MemHandle MDmGetRecordByID( DmOpenRef dbP, UInt32 recID, Err* errCode,
00079 UInt32 *recIdx );
00080
00091 Err MDmReleaseRecordByID( DmOpenRef dbP, UInt32 recID, Boolean dirty,
00092 UInt32 *recIdx );
00093
00094 #ifdef __cplusplus
00095 }
00096 #endif
00097
00098 #endif