# nt_cinfo command

The nt_cinfo command obtains information
about loaded C DLLs.

## Syntax

```
nt_cinfo <dll number> {*}
```

## Parameter(s)

| dll number | Specific DLL number. |
| --- | --- |
| * | Specifies all DLLs. |

## Description

The nt_cinfo command displays the DLL number, the DLL name, and the handle to
the DLL.

If a DLL number is specified, only the information
for the specified DLL displays. If no DLL number is specified, or
if an asterisk (*) is entered, information for all DLLs display.

## Example(s)

```
nt_cinfo

DLL Name Handle
--- -------------------- ------
1 reserved -
2 (null)
3 (null)
4 (null)
5 (null)
6 (null)
7 (null)
8 (null)
9 (null)
10 (null)
11 (null)
12 (null)
13 (null)
14 D3MQSeries.dll OBF80000
15 (null)
```

---
Source: https://d3codex.com/tcl/nt-cinfo-command/ - part of the D3Codex reference.
