Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of host name.
enum enum_GETHOSTNAME_TYPE {
GHN_FRIENDLY_NAME = 0,
GHN_FILE_NAME = 1
};
typedef DWORD GETHOSTNAME_TYPE;
public enum enum_GETHOSTNAME_TYPE {
GHN_FRIENDLY_NAME = 0,
GHN_FILE_NAME = 1
};
Members
GHN_FRIENDLY_NAME
Specifies a friendly name of the host.GHN_FILE_NAME
Specifies a file name of the host.
Remarks
These values are passed as an argument to the IDebugProgramNode2::GetHostName method to retrieve a host name in different formats.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll