Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
LicenseNameAndDescriptionItem Class Referenceabstract

The descriptor line item from a license. More...

#include <license_descriptor.h>

Public Member Functions

virtual uint32_t GetLCID () const =0
 Gets the lcid.
 
virtual const std::string & GetName () const =0
 Gets the name.
 
virtual const std::string & GetDescription () const =0
 Gets the description.
 

Detailed Description

The descriptor line item from a license.

Member Function Documentation

◆ GetDescription()

virtual const std::string & LicenseNameAndDescriptionItem::GetDescription ( ) const
pure virtual

Gets the description.

Returns
The description

◆ GetLCID()

virtual uint32_t LicenseNameAndDescriptionItem::GetLCID ( ) const
pure virtual

Gets the lcid.

Returns
The LCID

◆ GetName()

virtual const std::string & LicenseNameAndDescriptionItem::GetName ( ) const
pure virtual

Gets the name.

Returns
The name

The documentation for this class was generated from the following file: