IUIX_EditFilterCallbacks::EditFilter_OnInsertText Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT EditFilter_OnInsertText([in] IUIX_Edit* pEdit, [in] LPWSTR sText, [in] LONG nLen, [in] LONG nInsertLen, [out, retval] BSTR* sNewText);
Parameters
- pEdit
- [in] Pointer to IUIX_Edit.
- sText
- [in] Value of LPWSTR.
- nLen
- [in] Value of LONG.
- nInsertLen
- [in] Value of LONG.
- sNewText
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.