Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the engine is using managed debugging support when it retrieves information for a module.
Syntax
HRESULT IsManagedModule(
[in] ULONG Index,
[in] ULONG64 Base
);
Parameters
[in] Index
The index of a module.
[in] Base
The base of the module.
Return value
IDebugSymbols3::IsManagedModule returns a value of S_OK if the engine is using managed debugging support when it retrieves information for a module.
Remarks
It can be expensive to run this check.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |