RecAPI.kRecGetFirstItemUD Method (Int32, String, String, UInt32)
|
Note: This API is now obsolete.
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax[ObsoleteAttribute("Deprecated method")]
public static RECERR kRecGetFirstItemUD(
int sid,
string pSection,
out string pUDitem,
out uint pitemattrib
)
<ObsoleteAttribute("Deprecated method")>
Public Shared Function kRecGetFirstItemUD (
sid As Integer,
pSection As String,
<OutAttribute> ByRef pUDitem As String,
<OutAttribute> ByRef pitemattrib As UInteger
) As RECERR
public:
[ObsoleteAttribute(L"Deprecated method")]
static RECERR kRecGetFirstItemUD(
int sid,
String^ pSection,
[OutAttribute] String^% pUDitem,
[OutAttribute] unsigned int% pitemattrib
)
Parameters
- sid
- Type: System.Int32
- pSection
- Type: System.String
- pUDitem
- Type: System.String
- pitemattrib
- Type: System.UInt32
Return Value
Type:
RECERR
See Also