BPREQI_FIELDS
Especifica la información que se va a recuperar sobre una solicitud de punto de interrupción.
Sintaxis
public enum enum_BPREQI_FIELDS {
BPREQI_BPLOCATION = 0x0001,
BPREQI_LANGUAGE = 0x0002,
BPREQI_PROGRAM = 0x0004,
BPREQI_PROGRAMNAME = 0x0008,
BPREQI_THREAD = 0x0010,
BPREQI_THREADNAME = 0x0020,
BPREQI_PASSCOUNT = 0x0040,
BPREQI_CONDITION = 0x0080,
BPREQI_FLAGS = 0x0100,
BPREQI_ALLOLDFIELDS = 0x01ff
BPREQI_VENDOR = 0x0200, // BP_REQUEST_INFO2 only
BPREQI_CONSTRAINT = 0x0400, // BP_REQUEST_INFO2 only
BPREQI_TRACEPOINT = 0x0800, // BP_REQUEST_INFO2 only
BPREQI_ALLFIELDS = 0x0fff // BP_REQUEST_INFO2 only
};
Fields
BPREQI_BPLOCATION
Inicialice o use el bpLocation
campo (ubicación del punto de interrupción) de la estructura BP_REQUEST_INFO o BP_REQUEST_INFO2 .
BPREQI_LANGUAGE
Inicialice o use el guidLanguage
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_PROGRAM
Inicialice o use el pProgram
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_PROGRAMNAME
Inicialice o use el bstrProgramName
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_THREAD
Inicialice o use el pThread
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_THREADNAME
Inicialice o use el bstrThreadName
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_PASSCOUNT
Inicialice o use el bpPassCount
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_CONDITION
Inicialice o use el bpCondition
campo (condición de punto de interrupción) de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_FLAGS
Inicialice o use el dwFlags
campo de la BP_REQUEST_INFO
estructura o BP_REQUEST_INFO2
.
BPREQI_ALLOLDFIELDS
Inicialice o use todos los campos de la BP_REQUEST_INFO
estructura.
BPREQI_VENDOR
Inicialice o use el guidVendor
campo de BP_REQUEST_INFO2
estructura.
BPREQI_CONSTRAINT
Inicialice o use el bstrConstraint
campo de BP_REQUEST_INFO2
estructura.
BPREQI_TRACEPOINT
Inicialice o use el bstrTracepoint
campo de BP_REQUEST_INFO2
estructura.
BPREQI_ALLFIELDS
Especifica todos los campos de la BP_REQUEST_INFO2
estructura.
Comentarios
Se pasa como argumento a los métodos GetRequestInfo y BP_REQUEST_INFO para especificar qué campos de las estructuras de BP_REQUEST_INFO y BP_REQUEST_INFO2 se van a inicializar.
Estas marcas también se usan para indicar qué campos de las BP_REQUEST_INFO
estructuras y BP_REQUEST_INFO2
se usan y son válidos cuando se devuelve cada estructura.
Estos valores se pueden combinar con un bit a OR
bit .
Requisitos
Encabezado: msdbg.h
Espacio de nombres: Microsoft.VisualStudio.Debugger.Interop
Ensamblado: Microsoft.VisualStudio.Debugger.Interop.dll