Sets the binary data bytes for the specified preference key.
PODSPrefs
nometadata void setBytesForKey( PODSString key, PODSUInt8 data, PODSUInt32 length );
Not applicable
void PODSsetBytesForKey( PODSPrefs* preferences, PODSString key, PODSUInt8* data, PODSUInt32 length );
preferences The PODSPrefs
object.
key [in] Preference key value. See PODSPrefs key values.
data [in] The binary data to set for the key value.
length [in] Length of binary data, in bytes.
None
The data bytes associated with a preference key value may be used to store any binary data that needs to be associated with the key.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |