SYSKIND Enumerazione
Definizione
Identifica la piattaforma del sistema operativo di destinazione.Identifies the target operating system platform.
public enum class SYSKIND
[System.Serializable]
public enum SYSKIND
type SYSKIND =
Public Enum SYSKIND
- Ereditarietà
- Attributi
Campi
SYS_MAC | 2 | Il sistema operativo di destinazione per la libreria dei tipi è Apple Macintosh.The target operating system for the type library is Apple Macintosh. Per impostazione predefinita, tutti i campi dati sono allineati secondo limiti con byte pari.By default, all data fields are aligned on even-byte boundaries. |
SYS_WIN16 | 0 | Il sistema operativo di destinazione per la libreria dei tipi è il sistema Windows a 16 bit.The target operating system for the type library is 16-bit Windows systems. Per impostazione predefinita, i campi dati sono compressi.By default, data fields are packed. |
SYS_WIN32 | 1 | Il sistema operativo di destinazione per la libreria dei tipi è il sistema Windows a 32 bit.The target operating system for the type library is 32-bit Windows systems. Per impostazione predefinita, i campi dati sono allineati naturalmente (gli interi a 2 byte, ad esempio, sono allineati secondo limiti a byte pari; gli interi a 4 byte sono allineati secondo limiti a quattro parole e così via).By default, data fields are naturally aligned (for example, 2-byte integers are aligned on even-byte boundaries; 4-byte integers are aligned on quad-word boundaries, and so on). |
SYS_WIN64 | 3 | Il sistema operativo di destinazione per la libreria dei tipi è il sistema Windows a 64 bit.The target operating system for the type library is 64-bit Windows systems. |
Commenti
Per ulteriori informazioni sull' SYSKIND
enumerazione, vedere MSDN Library.For additional information about the SYSKIND
enumeration, see the MSDN Library.
Il Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un valore HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Per altre informazioni, vedere How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.