LoadImageFromDatabase

#include "BIDB.h"

 

HANDLE CALLBACK LoadImageFromDatabase(CBiRecordSet* RecSet)

Description

This function loads binary data from the current position of the specified recordset. The loaded data can be any type of binary data either DIB or file.

Parameters

CBiRecordSet*

RecSet

Pointer the recordset object.

Return values

Returns the handle of the DIB or NULL on error. The GetLastDBError retrieves the last error code.

Requirements

Header :     Declared in BiDb.h; include BiDb.h.

Library :    Use BiDb.lib.

DLLs :       BiDb.dll.