IDebugThread157.GetAllFramesAsync 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 GetAllFramesAsync(Microsoft::VisualStudio::Debugger::Interop::enum_FRAMEINFO_FLAGS dwFlags, System::UInt32 dwFlagsEx, System::UInt32 radix, Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugGetFramesCompletionHandler ^ pCompletionHandler, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugEngineOperation ^ % ppDebugOperation);
public int GetAllFramesAsync (Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS dwFlags, uint dwFlagsEx, uint radix, Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugGetFramesCompletionHandler pCompletionHandler, out Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEngineOperation ppDebugOperation);
abstract member GetAllFramesAsync : Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS * uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugGetFramesCompletionHandler * IAsyncDebugEngineOperation -> int
Public Function GetAllFramesAsync (dwFlags As enum_FRAMEINFO_FLAGS, dwFlagsEx As UInteger, radix As UInteger, pCompletionHandler As IAsyncDebugGetFramesCompletionHandler, ByRef ppDebugOperation As IAsyncDebugEngineOperation) As Integer
Parameters
- dwFlags
- enum_FRAMEINFO_FLAGS
- dwFlagsEx
- UInt32
- radix
- UInt32
- pCompletionHandler
- IAsyncDebugGetFramesCompletionHandler
- ppDebugOperation
- IAsyncDebugEngineOperation