Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Enumerates the assembly options.
Syntax
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;
Fields
| Field | Description |
|---|---|
| optAssemTitle | String - Represents the assembly title. |
| optAssemDescription | String - Contains the assembly description. |
| optAssemConfig | String - Contains the assembly configuration. |
| optAssemOS | String - Encoded as: "dwOSPlatformId.dwOSMajorVersion.dwOSMinorVersion". |
| optAssemProcessor | ULONG |
| optAssemLocale | String - Contains the assembly locale. |
| optAssemVersion | String - Encoded as: "Major.Minor.Build.Revision". |
| optAssemCompany | String - Contains the company. |
| optAssemProduct | String - Contains the product name. |
| optAssemProductVersion | String (also known as InformationalVersion). |
| optAssemCopyright | String - Contains the copyright information. |
| optAssemTrademark | String - Contains the trademark information. |
| optAssemKeyFile | String (file name). |
| optAssemKeyName | String (The key name). |
| optAssemAlgID | ULONG |
| optAssemFlags | ULONG |
| optAssemHalfSign | Bool (Also known as DelaySign). |
| optAssemFileVersion | String - Encoded as "Major.Minor.Build.Revision"--same as ProductVersion. |
| optAssemSatelliteVer | String - Encoded as "Major.Minor.Build.Revision". |
| optLastAssemOption | A counter of the number of elements. |
Requirements
Header: alink.h
Library: alink.dll
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.