| 1927 | /// \nosubgrouping |
| 1928 | //////////////////////////////////////////////////////////////////////////////////////////// |
| 1929 | typedef struct ADLApplicationData |
| 1930 | { |
| 1931 | /// Path Name |
| 1932 | char strPathName[ADL_MAX_PATH]; |
| 1933 | /// File Name |
| 1934 | char strFileName[ADL_APP_PROFILE_FILENAME_LENGTH]; |
| 1935 | /// Creation timestamp |
| 1936 | char strTimeStamp[ADL_APP_PROFILE_TIMESTAMP_LENGTH]; |
| 1937 | /// Version |
| 1938 | char strVersion[ADL_APP_PROFILE_VERSION_LENGTH]; |
| 1939 | }ADLApplicationData; |
| 1940 | |
| 1941 | ///////////////////////////////////////////////////////////////////////////////////////////// |
| 1942 | ///\brief Structure containing information about an application |
nothing calls this directly
no outgoing calls
no test coverage detected