Gets the binary data bytes for the specified preference key. The binary data bytes are set by setBytesForKey( ).
PODSPrefs
nometadata PODSUInt8 getBytesForKey( PODSString key, PODSInt32 length );
Not applicable
PODSBoolean PODSgetBoolValueForKey( PODSPrefs* preferences, PODSString key );
preferences The PODSPrefs
object.
key [in] Preference key value. See PODSPrefs key values.
length [in] Length of binary data, in bytes.
Binary data bytes for specified preference key value.
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. |