SECEditController::UpdateCaretPosFromCmd
BOOLSECEditController::UpdateCaretPosFromCmd(SECEditCommand*pCmd)
Updates the current caret position based on the given command.
Defined in: SECEditController.cpp
Return Value
Returns non-zero if the caret position was updated; otherwise 0.
Parameters
pCmd
Points to a command.
See Also