#include "BIDB.h"
BOOL CALLBACK SaveImageToDatabase(CBiRecordSet* RecSet, HANDLE hDib)
Description
This function saves the DIB to the specified position and specified long binary object field.
Parameters
|
CBiRecordSet* |
RecSet |
Pointer the recordset object. |
|
HANDLE |
hDib |
Handle of the DIB to save. |
Return values
Returns TRUE on success, otherwise FALSE. The GetLastDBError returns the error code.
Requirements
Header : Declared in BiDb.h; include BiDb.h.
Library : Use BiDb.lib.
DLLs : BiDb.dll.