Condividi tramite


MACHINE_INFO_FLAGS

Utilizzato per descrivere un computer.

Sintassi

public enum enum_MACHINE_INFO_FLAGS { 
   MCIFLAG_TERMINAL_SERVICES_AVAILABLE = 0x00000001
};

Campi

MCIFLAG_TERMINAL_SERVICES_AVAILABLE
Indica che i servizi terminal sono disponibili.

Osservazioni:

Utilizzato come Flags membro della struttura MACHINE_INFO .

Requisiti

Intestazione: msdbg.h

Spazio dei nomi: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Vedi anche