RecAPIkRecGetNextDCClassAttribute Method |
Namespace: Kofax.OmniPageCSDK.CAPI
public static RECERR kRecGetNextDCClassAttribute( IntPtr hDCClass, string pprevKey, out string ppKey, out string ppValue )
Public Shared Function kRecGetNextDCClassAttribute ( hDCClass As IntPtr, pprevKey As String, <OutAttribute> ByRef ppKey As String, <OutAttribute> ByRef ppValue As String ) As RECERR
public: static RECERR kRecGetNextDCClassAttribute( IntPtr hDCClass, String^ pprevKey, [OutAttribute] String^% ppKey, [OutAttribute] String^% ppValue )