IPXV_Inst::LockCmdCustomizationEvent Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::LockCmdCustomizationEvent Method}} | {{#customTitle:IPXV_Inst::LockCmdCustomizationEvent Method}} | ||
− | {{#parentPage:PXV:IPXV_Inst|LockCmdCustomizationEvent | + | {{#parentPage:PXV:IPXV_Inst#Methods|LockCmdCustomizationEvent|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Blocks the broadcasting of the <code>e.cmdCustomization</code> event. | |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_UnlockCmdCustomizationEvent|IPXV_Inst::UnlockCmdCustomizationEvent]] |
Latest revision as of 10:46, 27 May 2015
Blocks the broadcasting of the e.cmdCustomization
event.
Syntax
HRESULT LockCmdCustomizationEvent();
Return Value
Returns S_OK if operation was successful or error code in other cases.