IPXV_MacroHelper::IsMacroEnabled Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsMacroEnabled(  BSTR           sMacro,
                         VARIANT_BOOL*  bRes);

Parameters

sMacro
Value of BSTR.
bRes
Pointer to VARIANT_BOOL.

Return Value

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

See Also

IPXV_MacroHelper