IOCTL_FARC_DEINIT
Description:
Deinitialize the the driver and ARCNET controller.
The execution of the IOCTL_FARC_DEINIT leads to the canceling of all pending ReadFile- and WriteFile-requests.
Parameters:
Parameter | Type | Description |
Input | ||
- | - | - |
Output | ||
- | - | - |
Notes:
This function can take some time, before it succeeds. You should always wait for the successful return, before closing the driver handle!
Possible errors (see also Error codes):
E_FARC_INVALID_HANDLE
Example:
Note, that the following example is only a fragment. It is recommended,
that the driver is opened in asynchronous mode and a handle to the driver is available.
See also:
DeviceIoControl()
ReadFile()
WriteFile()
IOCTL_FARC_INIT
Back to Programming Guide | Contact | Copyright and Disclaimer |