pCurrent property

Pointer<ma_data_source> pCurrent
getter/setter pair

When non-NULL, the data source being initialized will act as a proxy and will route all operations to pCurrent. Used in conjunction with pNext/onGetNext for seamless chaining.

Implementation

external ffi.Pointer<ma_data_source> pCurrent;