> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionCotfsgetapplprofile

# coTfsGetApplProfile

[Valid for](../../../../Shared/FeatureAvailability.md): CANoe DE • CANoe:lite DE • CANoe4SW DE

## Function Syntax

```plaintext theme={null}
dword coTfsGetApplProfile( void );
```

## Description

The function reads the currently set application profile.

## Parameters

—

## Return Values

Used application profile, 301 if not supported profile is used.

## Example

```plaintext theme={null}
dword appProfile;
appProfile = coTfsGetApplProfile();
```
