User`s manual
PICO822 Intel
®
Atom
TM
E620T/E680T All-In-One Pico-ITX Board
114 Digital I/O
if(CloseHandle(hDevice))
{
printf("\n*** CloseHandle(hDevice:%08X)\n", (UINT)hDevice);
if(CloseHandle(hDevice))
{
printf(" Sucess CloseHandle\n");
bRc = TRUE;
}
}
}
else
{
printf("Failue CreateFile %s (LastError:%d)\n", DriverName,
(INT)GetLastError());
}
return bRc;
}