RecAPI.kRecSetDCClassAttribute Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", EntryPoint = "kRecSetDCClassAttributeW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetDCClassAttribute( IntPtr hDCClass, string pKey, string pValue )
<DllImportAttribute("kernelapi", EntryPoint := "kRecSetDCClassAttributeW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecSetDCClassAttribute ( hDCClass As IntPtr, pKey As String, pValue As String ) As RECERR
public: [DllImportAttribute(L"kernelapi", EntryPoint = L"kRecSetDCClassAttributeW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetDCClassAttribute( IntPtr hDCClass, String^ pKey, String^ pValue )