IDebugDocumentTextEvents2::onRemoveText
告知偵錯封裝文字已經從文件中移除。
HRESULT onRemoveText(
TEXT_POSITION pos,
DWORD dwNumToRemove
);
int onRemoveText(
enum_TEXT_POSITION pos,
uint dwNumToRemove
);
參數
pos
[in]A TEXT_POSITION ,表示文字已移除其中的結構。dwNumToRemove
[in]指定的文字都已移除的字元數目。
傳回值
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。