Determines if a debug engine (DE) can detach from the program.
HRESULT CanDetach(
void
);
int CanDetach();
Return Value
If can detach, returns S_OK; otherwise, returns an error code. Returns S_FALSE if the DE cannot detach from the program.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Determines if a debug engine (DE) can detach from the program.
HRESULT CanDetach(
void
);
int CanDetach();
If can detach, returns S_OK; otherwise, returns an error code. Returns S_FALSE if the DE cannot detach from the program.