diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-BE73CFE6-D48D-5B92-AF49-E2D967ADF0EC.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-BE73CFE6-D48D-5B92-AF49-E2D967ADF0EC.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,14 @@ + + + + + +Close and Unload the Driver A short tutorial describing how to close and unload the shared chunk, close the USB channel and unload the USB Logical Device Driver (LDD). Close the handle to the shared chunk using RChunk::Close(). // Close chunk handle +gChunk.Close(); Close the handle to the USB channel using RDevUsbcScClient::Close(). // Close USB Channel +gPort.Close(); Unload the USB logical device driver using User::FreeLogicalDevice(). User::FreeLogicalDevice(KUsbDeviceName); \ No newline at end of file