RecAPIkRecGetSectItem Method |
Note: This API is now obsolete.
Namespace: Kofax.OmniPageCSDK.CAPI
[ObsoleteAttribute("Deprecated method")] public static RECERR kRecGetSectItem( int sid, uint nSectIndex, uint nItemIndex, out string pItem, out uint pFlag )
<ObsoleteAttribute("Deprecated method")> Public Shared Function kRecGetSectItem ( sid As Integer, nSectIndex As UInteger, nItemIndex As UInteger, <OutAttribute> ByRef pItem As String, <OutAttribute> ByRef pFlag As UInteger ) As RECERR
public: [ObsoleteAttribute(L"Deprecated method")] static RECERR kRecGetSectItem( int sid, unsigned int nSectIndex, unsigned int nItemIndex, [OutAttribute] String^% pItem, [OutAttribute] unsigned int% pFlag )