[EMAIL PROTECTED] wrote:
I am trying to use the fuction 'DmResizeResource', and it keeps on
failing. I discovered that the error code (returned by DmGetLastErr)
is 516, but I have no idea what that is. Does anyone know what error
this is? The error code is not defined as a hex or Dec value in
Datamgr.h,

Why sure it is:


#define dmErrReadOnly                   (dmErrorClass | 4)
Where dmErrorClass is defined in ErrorBase.h as 0x200 or 512.

512 | 4 = 516. The error code you're getting looks like it's for trying to resize something that's read only.

matt

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to