| 1945 | /// \nosubgrouping |
| 1946 | //////////////////////////////////////////////////////////////////////////////////////////// |
| 1947 | typedef struct ADLApplicationDataX2 |
| 1948 | { |
| 1949 | /// Path Name |
| 1950 | wchar_t strPathName[ADL_MAX_PATH]; |
| 1951 | /// File Name |
| 1952 | wchar_t strFileName[ADL_APP_PROFILE_FILENAME_LENGTH]; |
| 1953 | /// Creation timestamp |
| 1954 | wchar_t strTimeStamp[ADL_APP_PROFILE_TIMESTAMP_LENGTH]; |
| 1955 | /// Version |
| 1956 | wchar_t strVersion[ADL_APP_PROFILE_VERSION_LENGTH]; |
| 1957 | }ADLApplicationDataX2; |
| 1958 | |
| 1959 | ///////////////////////////////////////////////////////////////////////////////////////////// |
| 1960 | ///\brief Structure containing information about an application |
nothing calls this directly
no outgoing calls
no test coverage detected