class LicenseNameAndDescriptionItem
The descriptor line item from a license.
Summary
| Members | Descriptions |
|---|---|
| public uint32_t GetLCID() const | Gets the lcid. |
| public const std::string& GetName() const | Gets the name. |
| public const std::string& GetDescription() const | Gets the description. |
Members
GetLCID function
Gets the lcid.
Returns: The LCID
GetName function
Gets the name.
Returns: The name
GetDescription function
Gets the description.
Returns: The descriptionon