Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Notifies the debug package that text has been removed from the document.
HRESULT onRemoveText(
TEXT_POSITION pos,
DWORD dwNumToRemove
);
int onRemoveText(
enum_TEXT_POSITION pos,
uint dwNumToRemove
);
Parameters
pos
[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
If successful, returns S_OK; otherwise, returns an error code.