/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// Obtains basic version info from a module image's version info resource. class ModuleVersionInfo {
public: // We favor English(US) for these fields, otherwise we take the first // translation provided in the version resource.
nsString mCompanyName;
nsString mProductName;
nsString mLegalCopyright;
nsString mFileDescription;
// Represents an A.B.C.D style version number, internally stored as a uint64_t class VersionNumber {
uint64_t mVersion64 = 0;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.