IPXC_FormField::SetFlags Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_FormField::SetFlags Method}} | {{#customTitle:IPXC_FormField::SetFlags Method}} | ||
− | {{#parentPage:PXV:IPXC_FormField|SetFlags | + | {{#parentPage:PXV:IPXC_FormField#Methods|SetFlags|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Allows adding\removing form fields [[PXV:PXC_FormFieldFlag|flags]]. | |
== Syntax == | == Syntax == | ||
Line 13: | 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 == | ||
Line 21: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_FormField|IPXC_FormField]] |
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.