This topic has not yet been rated - Rate this topic

PROVIDER_FIELDS

Specifies properties associated with a program provider.

public enum enum_PROVIDER_FIELDS {
   PFIELD_PROGRAM_NODES       = 0x01,
   PFIELD_IS_DEBUGGER_PRESENT = 0x02
};
PFIELD_PROGRAM_NODES

The ProgramNodes field is valid.

PFIELD_IS_DEBUGGER_PRESENT

The fIsDebuggerPresent field is valid.

These values are returned in the Fields member of the PROVIDER_PROCESS_DATA structure to indicate which fields of the structure were explicitly filled in.

These values can be combined with a bitwise OR.

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.