This structure defines information about an application using IApplication::GetInfoOfApplication.
Elements of struct ApplicationInfo
Type | Element | Description |
---|---|---|
BSTR | name | Project name. |
BSTR | author | Application author. |
BSTR | version | Application version (e.g. "1.0.0.0"). |
BSTR | description | Application description. |
BSTR | profile | Application profile. |
DateAndTime | dateTime | Date and time of latest modification (e.g. "2010-12-31 12:00:00") (UTC). |
Definition at line 292 of file ILogic.idl.