---
title: acltdtQueueAttrType
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1381.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1381.html
indexId: f8b95a8ced238411952ce2da2fdc367b4151ec7eff09a88390dd169b245b718a68
---
# acltdtQueueAttrType

```
typedef enum {
    ACL_TDT_QUEUE_NAME_PTR = 0,  //队列名
    ACL_TDT_QUEUE_DEPTH_UINT32   //队列深度
} acltdtQueueAttrType;
```
