EsbGetFilterRow() gets the next row of a filter.
EsbGetFilterRow (hCtx, FltRow, szRow, pAccess)
ByVal hCtx As Long ByVal FltRow As String ByVal szRow As Integer ByVal pAccess As Integer
hCtx | Essbase VB API context handle. |
FltRow | Buffer to receive the next row of the filter. |
szRow | Size of the buffer to receive the next row of the filter. |
pAccess | Address of variable to receive the access level for the filter row. |
Declare Function EsbGetFilterRow Lib "ESBAPIW" (ByVal hCtx As Long, ByVal FltRow As String, ByVal szRow As Integer, Access As Integer) As Long See the example for EsbGetFilter().EsbGetFilter()