CManualAccessor::CreateAccessor()



Hi folks,

MSDN states the CreateAccessor method of class CManualAccessor as follows:

HRESULT CreateAccessor(
int nBindEntries,
void* pBuffer,
DBLENGTH nBufferSize
)

Does anybody know under which circumstances "pBuffer" is used (i. e.
filled)?
Whatever I try, this buffer stays empty. I can pass any kind of variable
(except NULL pointer address), all variables bound later using
"AddBindEntry()" are filled correctly... So - what's this buffer for?!?

Kind regards
Thomas


.


Loading