إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
DbgEng extensions are specialized DLLs that extend the Windows debugger engine's functionality by implementing custom debugging commands and callback functions. Extension code can use both the C++ interfaces from dbgeng.h and C functions from wdbgexts.h.
For more information, see these articles in the DbgEng Extension Design Guide:
- Anatomy of a DbgEng Extension DLL
- Using Clients and the Engine
- Writing DbgEng Extension Code
- Building DbgEng Extensions
For the complete dbgeng.h reference, see DbgEng Extension Reference.