- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
[DllImportAttribute(LibraryName)]
public static extern IntPtr XCloseDisplay(IntPtr display)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| display | IntPtr | connection to X server |
Return Value
| Type | Description |
|---|---|
| IntPtr |
A IntPtr
|