
Sample Add-in  Module Code
CSSM_DB_RECORD_PARSING_FNTABLE_PTR DL_DbGetRecordParsingFunctions (DLHandle,
| DbName, RecordType) | 
 | 
| CSSM_DL_HANDLE DLHandle; | 
 | 
| const char* DbName; | 
 | 
| CSSM_DB_RECORDTYPE RecordType; | 
 | 
| { | 
 | 
| printf(“in DL_DbGetRecordParsingFunctions\n”); | 
 | 
| return NULL; | 
 | 
| } | 
 | 
| */ | |
| void * DL_PassThrough (DLHandle, PassThroughId, InputParams) | 
 | 
| CSSM_DL_DB_HANDLE DLHandle; | 
 | 
| uint32 PassThroughId; | 
 | 
| const void * InputParams; | 
 | 
| { | 
 | 
| printf(“in DL_PassThrough\n”); | 
 | 
| return NULL; | 
 | 
| } | 
 | 
| Appendix C | 103 | 
