diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/BAFL.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/BAFL.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,99 @@ + + + BAFL + <p>Basic Application Framework Library (BFL.lib) panics. A number of APIs raise these panics. </p> <p>These are:</p> <p>Application Utilities </p> <p>Command Line Parsing </p> <p>Environment Change Notifier </p> <p>Incremental Matcher </p> <p>Interface to Resource Files </p> + + + 1 + <p><i>This panic is raised in debug builds only.</i> </p> <p>This panic is raised by <code class="ApiItem">RResourceFile::ReadL()</code>, when the length of the resource is greater than the maximum length of the target descriptor </p> + + + 2 + <p>Out of range index passed to <code>RIncrMatcherBase::FirstMatchingIndex()</code> </p> + + + 3 + <p>Maximum length passed to <code>RTextBuf::SetMaxLengthL()</code> was &lt;=0 </p> + + + 4 + <p>This panic is raised by the <code>Read...()</code> member functions and the <code>Advance()</code> member function of <code class="ApiItem">TResourceReader</code>, when the current position in the resource buffer is moved beyond the end of the buffer. </p> + + + 5 + <p>This panic is raised by <code class="ApiItem">TResourceReader::Rewind()</code>, when the current position in the resource buffer is moved before the start of the buffer. </p> + + + 6 + <p>Unused </p> + + + 7 + <p>Unused </p> + + + 8 + <p>Unused </p> + + + 9 + <p>Unused </p> + + + 10 + <p>Unused </p> + + + 11 + <p>Unused </p> + + + 12 + <p>Unused </p> + + + 13 + <p>Unused </p> + + + 14 + <p>No path specified in sound info passed to <code>CBaSystemSoundArray::SetSoundL()</code> </p> + + + 15 + <p><i>This panic is raised in debug builds only.</i></p><p>This panic is raised by <code class="ApiItem">TResourceReader::ReadTPtrC16()</code>, when it detects that the alignment of Unicode strings within the resource is incorrect, i.e. the buffer is of an incorrect length for reading a Unicode string. </p> + + + 16 + <p>Unsupported old resource file format</p> + + + 17 + <p>No system sound category set for new system sound </p> + + + 18 + <p>Invalid system sound priority set </p> + + + 19 + <p>NULL UID passed to <code>CBaNamedPlugins::IndexOfUid()</code> </p> + + + 20 + <p>Bad resource file format found when constructing a <code>CBaNamedPlugins</code> object. </p> + + + 21 + <p>The array position at which the text representing the choice of no plug-in is to be inserted, is invalid. The panic is raised by <code>CBaNamedPlugins::ConstructL()</code>. </p> + + + 22 + <p>An invalid comparison algorithm or no comparison algorithm supplied when sorting the plug-in names in the implementation of <code>CBaNamedPlugins::ConstructL()</code>. </p> + + + 23 + <p>Unused. </p> + + + \ No newline at end of file