IPXC_FormField::SetFlags Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_FormField::SetFlags Method}} | {{#customTitle:IPXC_FormField::SetFlags Method}} | ||
{{#parentPage:PXV:IPXC_FormField#Methods|SetFlags|method}} | {{#parentPage:PXV:IPXC_FormField#Methods|SetFlags|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Allows adding\removing form fields [[PXV:PXC_FormFieldFlag|flags]]. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nSetFlags | ;nSetFlags | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the [[PXV:PXC_FormFieldFlag|flags]] that need to be set. |
;nMask | ;nMask | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the flag settings mask. |
== Return Value == | == Return Value == |
Latest revision as of 06:21, 21 September 2016
Allows adding\removing form fields flags.
Syntax
HRESULT SetFlags([in] ULONG nSetFlags, [in] ULONG nMask);
Parameters
- nSetFlags
- [in] Value of ULONG containing the flags that need to be set.
- nMask
- [in] Value of ULONG containing the flag settings mask.
Return Value
Returns S_OK if operation was successful or error code in other cases.