IDebugDocumentTextEvents2::onRemoveTextIDebugDocumentTextEvents2::onRemoveText
문서에서 텍스트가 제거 되었음을 디버그 패키지에 알립니다.Notifies the debug package that text has been removed from the document.
구문Syntax
HRESULT onRemoveText(
TEXT_POSITION pos,
DWORD dwNumToRemove
);
int onRemoveText(
enum_TEXT_POSITION pos,
uint dwNumToRemove
);
매개 변수Parameters
pos
진행 텍스트의 제거 위치를 나타내는 TEXT_POSITION 구조체입니다.[in] A TEXT_POSITION structure that indicates where the text was removed.
dwNumToRemove
진행 제거 된 텍스트의 문자 수를 지정 합니다.[in] Specifies the number of characters of text that were removed.
반환 값Return Value
성공 하면이 반환 되 S_OK
고, 그렇지 않으면 오류 코드가 반환 됩니다.If successful, returns S_OK
; otherwise, returns an error code.