RecAPIkRecSetDCClassAttribute Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetDCClassAttributeW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetDCClassAttribute( IntPtr hDCClass, string pKey, string pValue )
<DllImportAttribute("KernelAPI.dll", 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.dll", EntryPoint = L"kRecSetDCClassAttributeW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetDCClassAttribute( IntPtr hDCClass, String^ pKey, String^ pValue )