FMClose (LabVIEW Manager Function)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
MgErr FMClose(fd);
Purpose
Closes the file associated with the file descriptor fd.
Parameters
| Name | Type | Description |
|---|---|---|
| fd | File | File descriptor associated with the file you want to close. |
Return Value
MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.
| Value | Corresponding Error Code or Description |
|---|---|
| noErr | No error. |
| mgArgErr | 1 |
| fIOErr | 6 |