Purpose
Returns a data field for a folder or object to be displayed in a column in the list view of the iSeries™ Navigator. This is a required member function.
Syntax
HRESULT STDMETHODCALLTYPE GetColumnDataItem( LPCITEMIDLIST pidl, LPARAM lParam, char * lpszColumnData, UINT cchMax );
Parameters
Return Codes
Returns NOERROR if successful or an E_FAIL if unable to retrieve the column data.
Comments
This function is called repeatedly by the iSeries Navigator when populating a list view. Long running operations should therefore be avoided.