DbgSetInte function
中断应用程序实例
Function:
void UAPI DbgSetInte(void);
Parameters:void
Return value:
- Type:void
Remarks:
- DbgSetInte function 基于 INT3 断点, 应在调试器中使用该 function,否则将导致应用程序崩溃
- 使用 DbgSetInte function 是不符合开发标准的,开发者应在 Debug 版本中避免使用该 function,应在 Release 版本中绝对不适用该 function
- 当前用户扩展进程 Token 应具有 TOKEN_FLAGS_DEBUG 标志,否则将导致函数失败
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.dbghelp |
| Library Server | kext |