IPXC_AcroForm::GetFieldByName Method

From PDF XChange PDF SDK
Revision as of 21:49, 12 April 2015 by Socrat (Talk | contribs)

Jump to: navigation, search

Retrieves a field with a given name from a form..

Syntax

HRESULT GetFieldByName([in] LPWSTR sName, [out, retval] IPXC_FormField** ppField);

Parameters

sName
[in] Name of the field to retrieve.
ppField
[out, retval] Pointer to IPXC_FormField variable that will receive an object of the field when the form contains a field with specified name.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXC_AcroForm, IPXC_FormField.