IUIX_EditFilterCallbacks::EditFilter_OnKeyDown Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT EditFilter_OnKeyDown([in]  IUIX_Edit*  pEdit,
                                   LONG        nKeyCode,
                                   LONG        nFlags);

Parameters

pEdit
[in] Pointer to IUIX_Edit.
nKeyCode
Value of LONG.
nFlags
Value of LONG.

Return Value

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

See Also

IUIX_EditFilterCallbacks