TYPEATTR Struct
Definizione
Attenzione
Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Questa API è ora obsoleta.
public value class TYPEATTR
[System.Runtime.InteropServices.ComVisible(false)]
public struct TYPEATTR
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct TYPEATTR
[System.Obsolete]
public struct TYPEATTR
[<System.Runtime.InteropServices.ComVisible(false)>]
type TYPEATTR = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type TYPEATTR = struct
[<System.Obsolete>]
type TYPEATTR = struct
Public Structure TYPEATTR
- Ereditarietà
- Attributi
Commenti
Per ulteriori informazioni su TYPEATTR
, vedere MSDN Library.For additional information about TYPEATTR
, see the MSDN Library.
Campi
cbAlignment |
Specifica l'allineamento dei byte per un'istanza di questo tipo.Specifies the byte alignment for an instance of this type. |
cbSizeInstance |
Dimensione di un'istanza di questo tipo.The size of an instance of this type. |
cbSizeVft |
Dimensione della tabella del metodo virtual (VTBL) di questo tipo.The size of this type's virtual method table (VTBL). |
cFuncs |
Indica il numero delle funzioni sull'interfaccia descritta da questa struttura.Indicates the number of functions on the interface this structure describes. |
cImplTypes |
Indica il numero delle interfacce implementate sull'interfaccia descritta da questa struttura.Indicates the number of implemented interfaces on the interface this structure describes. |
cVars |
Indica il numero delle variabili e dei campi dati sull'interfaccia descritta da questa struttura.Indicates the number of variables and data fields on the interface described by this structure. |
dwReserved |
Riservato per usi futuri.Reserved for future use. |
guid |
GUID delle informazioni sul tipo.The GUID of the type information. |
idldescType |
Attributi IDL del tipo descritto.IDL attributes of the described type. |
lcid |
Impostazioni locali dei nomi dei membri e delle stringhe della documentazione.Locale of member names and documentation strings. |
lpstrSchema |
Riservato per usi futuri.Reserved for future use. |
MEMBER_ID_NIL |
Costante utilizzata con i campi memidConstructor e memidDestructor.A constant used with the memidConstructor and memidDestructor fields. |
memidConstructor |
ID del costruttore oppure MEMBER_ID_NIL se non ne esiste nessuno.ID of constructor, or MEMBER_ID_NIL if none. |
memidDestructor |
ID del distruttore oppure MEMBER_ID_NIL se non ne esiste nessuno.ID of destructor, or MEMBER_ID_NIL if none. |
tdescAlias |
Se typekind == TKIND_ALIAS, specifica il tipo per il quale questo tipo è un alias.If typekind == TKIND_ALIAS, specifies the type for which this type is an alias. |
typekind |
Valore di TYPEKIND che descrive il tipo descritto da queste informazioni.A TYPEKIND value describing the type this information describes. |
wMajorVerNum |
Numero di versione principale.Major version number. |
wMinorVerNum |
Numero di versione secondario.Minor version number. |
wTypeFlags |
Valore di TYPEFLAGS che descrive queste informazioni.A TYPEFLAGS value describing this information. |