getUInt32ValueForKey( )

Gets the unsigned integer value for the specified preference key.

Interface

PODSPrefs

IDL definition
PODSUInt32 getUInt32ValueForKey(PODSString key);
JavaScript synopsis
avantgo.preferences.getUInt32ValueForKey(key)
C synopsis
PODSUInt32 PODSgetUInt32ValueForKey(
  PODSPrefs* preferences,
  PODSString key
);
Parameters
  • preferences   The PODSPrefs object.

  • key   [in] Preference key value. See PODSPrefs key values.

Returns

Unsigned integer value for the specified preference key.

See also

setUInt32ValueForKey( )