RecAPI.kRecGetFirstItemUD Method (Int32, String, UInt32)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecGetFirstItemUD(
int sid,
out string pUDitem,
out uint pitemattrib
)
Public Shared Function kRecGetFirstItemUD (
sid As Integer,
<OutAttribute> ByRef pUDitem As String,
<OutAttribute> ByRef pitemattrib As UInteger
) As RECERR
public:
static RECERR kRecGetFirstItemUD(
int sid,
[OutAttribute] String^% pUDitem,
[OutAttribute] unsigned int% pitemattrib
)
Parameters
- sid
- Type: System.Int32
- pUDitem
- Type: System.String
- pitemattrib
- Type: System.UInt32
Return Value
Type:
RECERR
See Also