IDebugComPlusSymbolProvider.IsHiddenCode(IDebugAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int IsHiddenCode(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
public int IsHiddenCode(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress);
abstract member IsHiddenCode : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress -> int
Public Function IsHiddenCode (pAddress As IDebugAddress) As Integer
Parameters
- pAddress
- IDebugAddress