Hi All,
We wrote a driver for iPAQ PDA Windows ce 5.0 OS. The driver & app
works fine in English version (Default Language). But with the same
make PDA with OS with Japanese language the application fails when
calling Createfile api. The handle returned for api is invalid handle.
The Getlasterror returned ERROR_DEV_NOT_EXIST.

hVlcCfDrv=CreateFile(L"DRV1:",GENERIC_READ,0, NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);/*
OPEN THE DRIVER */
dwError=GetLastError();
I observed the instance of the driver DRV1 in the active reg entry it
was there. Then why it the createfile fails? Is the language specifc
settings somthing need to done while compiling app and driver for
Japanese version of PDA?

regards
Bijesh VM