MACHINE_INFOMACHINE_INFO
Décrit un ordinateur particulier.Describes a particular machine.
SyntaxeSyntax
typedef struct tagMACHINE_INFO {
MACHINE_INFO_FIELDS Fields;
BSTR bstrName;
MACHINE_INFO_FLAGS Flags;
} MACHINE_INFO;
public struct MACHINE_INFO {
public uint Fields;
public string bstrName;
public uint Flags;
};
MembresMembers
Fields
Une combinaison d’indicateurs à partir de la MACHINE_INFO_FIELDS énumération qui spécifient les champs de la structure sont initialisés.A combination of flags from the MACHINE_INFO_FIELDS enumeration that specify which fields of the structure are initialized.
bstrName
Le nom de l’ordinateur.The machine name. Équivalent à l’appel GetMachineName.Equivalent to calling GetMachineName.
Flags
Une combinaison d’indicateurs à partir de la MACHINE_INFO_FLAGS énumération décrivant les attributs de l’ordinateur.A combination of flags from the MACHINE_INFO_FLAGS enumeration describing the machine attributes.
NotesRemarks
Cette structure est retournée par un appel à la GetMachineInfo (méthode).This structure is returned by a call to the GetMachineInfo method.
SpécificationsRequirements
En-tête : msdbg.hHeader: msdbg.h
Namespace : Microsoft.VisualStudio.Debugger.InteropNamespace: Microsoft.VisualStudio.Debugger.Interop
Assembly : Microsoft.VisualStudio.Debugger.Interop.dllAssembly: Microsoft.VisualStudio.Debugger.Interop.dll
Voir aussiSee Also
Structures et Unions Structures and Unions
MACHINE_INFO_FIELDS MACHINE_INFO_FIELDS
GetMachineInfoGetMachineInfo