Énumération AssemblyOptions
Énumère les options d’assembly.
Syntaxe
typedef enum _AssemblyOptions {
optAssemTitle = 0,
optAssemDescription,
optAssemConfig,
optAssemOS,
optAssemProcessor,
optAssemLocale,
optAssemVersion,
optAssemCompany,
optAssemProduct,
optAssemProductVersion,
optAssemCopyright,
optAssemTrademark,
optAssemKeyFile,
optAssemKeyName,
optAssemAlgID,
optAssemFlags,
optAssemHalfSign,
optAssemFileVersion,
optAssemSatelliteVer,
optLastAssemOption
} AssemblyOptions;
Champs
Champ | Description |
---|---|
optAssemTitle | Chaîne : représente le titre de l’assembly. |
optAssemDescription | Chaîne : contient la description de l’assembly. |
optAssemConfig | Chaîne : contient la configuration de l’assembly. |
optAssemOS | Chaîne encodée sous la forme : « dwOSPlatformId.dwOSMajorVersion.dwOSMinorVersion ». |
optAssemProcessor | ULONG |
optAssemLocale | Chaîne : contient les paramètres régionaux de l’assembly. |
optAssemVersion | Chaîne encodée sous la forme : « Major.Minor.Build.Revision ». |
optAssemCompany | Chaîne : contient l’entreprise. |
optAssemProduct | Chaîne : contient le nom du produit. |
optAssemProductVersion | Chaîne (également appelée InformationalVersion). |
optAssemCopyright | Chaîne : contient les informations de copyright. |
optAssemTrademark | Chaîne : contient les informations sur la marque. |
optAssemKeyFile | Chaîne (nom de fichier). |
optAssemKeyName | Chaîne (nom de la clé). |
optAssemAlgID | ULONG |
optAssemFlags | ULONG |
optAssemHalfSign | Bool (également appelé DelaySign). |
optAssemFileVersion | Chaîne encodée sous la forme : « Major.Minor.Build.Revision », identique à ProductVersion. |
optAssemSatelliteVer | Chaîne encodée sous la forme « Major.Minor.Build.Revision ». |
optLastAssemOption | Compteur du nombre d’éléments. |
Spécifications
En-tête : alink.h
Bibliothèque : alink.dll
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.