CManualAccessor::CreateParameterAccessor

HRESULT CreateParameterAccessor( int nBindEntries, void* pBuffer, ULONG nBufferSize );

Return Value

One of the standard HRESULT values.

Parameters

nBindEntries

[in] Number of columns.

pBuffer

[in] A pointer to the buffer where the input columns are stored.

nBufferSize

[in] The size of the buffer in bytes.

Remarks

Call this function to allocate memory for the parameter bind structures and initialize the parameter data members. You must call this function before calling AddParameterEntry.

CManualAccessor OverviewClass Members

See Also

CManualAccessor::CreateAccessor, CManualAccessor::AddParameterEntry