Edit

Share via


GETHOSTNAME_TYPE

Specifies the type of host name.

Syntax

public enum enum_GETHOSTNAME_TYPE {
    GHN_FRIENDLY_NAME = 0,
    GHN_FILE_NAME     = 1
};

Fields

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 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

See also