Re: OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35 by K
K
Mon Jan 10 04:25:50 CST 2005
To lookup these ioctl codes, you may refer to the pkfuncs.h. (under
$(_WINCEROOT)\PUBLIC\COMMON\OAK\INC)
device 0x0101 means a FILE_DEVICE_HAL.
so according to your messages.
Code 0x101008c - device 0x0101 func 35 is for IOCTL_HAL_GETREGSECUREKEYS
Code 0x10100d0 - device 0x0101 func 52 is for IOCTL_HAL_GET_RANDOM_SEED
Code 0x10100f8 - device 0x0101 func 62 is for IOCTL_HAL_GET_HWENTROPY
These ioctl codes are optional IOCTLs that implmented by OAL.
"mobilevil" <kccheng@kachun-youknowwhat.com> ¼¶¼g©ó¶l¥ó·s»D
:eU#xgOv9EHA.2540@TK2MSFTNGP09.phx.gbl...
> after my platform botted, debugger popped up and ask for locale.c. and i
> don't have it.
> seems like i am missing a feature in my project? how can i know what do
> these io control code means...
>
> OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35
> OEMIoControl: Unsupported Code 0x10100d0 - device 0x0101 func 52
> OEMIoControl: Unsupported Code 0x10100f8 - device 0x0101 func 62
>
>