IDebugBinderDirect.IsUserData(DEBUG_ADDRESS[], Int32) 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 IsUserData(cli::array <Microsoft::VisualStudio::Debugger::Interop::DEBUG_ADDRESS> ^ pda, [Runtime::InteropServices::Out] int % pfUser);
public int IsUserData(Microsoft.VisualStudio.Debugger.Interop.DEBUG_ADDRESS[] pda, out int pfUser);
abstract member IsUserData : Microsoft.VisualStudio.Debugger.Interop.DEBUG_ADDRESS[] * int -> int
Public Function IsUserData (pda As DEBUG_ADDRESS(), ByRef pfUser As Integer) As Integer
Parameters
- pda
- DEBUG_ADDRESS[]
- pfUser
- Int32