Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio SDK
AD_PROCESS_ID_TYPE

Updated: November 2007

Specifies how to interpret a process ID in the AD_PROCESS_ID structure.

Visual C++
enum enum_AD_PROCESS_ID {
   AD_PROCESS_ID_SYSTEM = 0,
   AD_PROCESS_ID_GUID   = 1
};
typedef DWORD AD_PROCESS_ID_TYPE;
C#
public enum enum_AD_PROCESS_ID {
   AD_PROCESS_ID_SYSTEM = 0,
   AD_PROCESS_ID_GUID   = 1
};
AD_PROCESS_ID_SYSTEM

Process ID is a system identifier. Use the ProcessId.dwProcessId field of the AD_PROCESS_ID structure.

AD_PROCESS_ID_GUID

Process ID is a GUID. Use the ProcessId.guidProcessId field of the AD_PROCESS_ID structure.

Used for the ProcessIdType member of the AD_PROCESS_ID structure to identify the type of process ID that is contained in the structure. Determines how to interpret the ProcessId union in the structure.

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker