>So after I asked POSE with
>error = SysGetROMToken(0, sysROMTokenSnum, (unsigned char**)&p, &sz);
>
>it replayed with:
>
>error: 65535


That is a nonzero return value, which is an error code.  Any error returned
from SysGetROMToken tells you that there's no ID to give you.

The docs do have this correct - there are a number of different ways it can
tell you there is an error, and returning something nonzero from the
function is one of them.  There's no id in this case.

-David Fedor
Palm Developer Support


Reply via email to