I'm trying to match a function from a WinCE program in Linux.
The function uses a WinCE call zu output the SD cards identifier.
but the problem is that the WINCE function outputs
0280XXXXXX as as serial number - whereas I get the same number on linux in /sys/block/mmcblk0/device/serial but the first byte (02) is missing (output is 80XXXXXX)
Does anyone that knows wince good know where the IOCTL_DISK_GET_STORAGEID function takes the first byte from?