dbxIndexedInfo.h | Doc |
This class is the base class for DbxMessageInfo and DbxFolderInfo.
Reads in the indexed info object. The address is stored in the trees.
Returns the address of the indexed info object. (= objects marker at position(1))
Returns (2) of the indexed info object.
Returns (4) of the indexed info object.
Returns (5) of the indexed info object.
Is index i used? If yes, bit i of the result is set.
Returns true if the 'index' is used.
Returns a short description of the index. The function is virtual to return the right values of the child class.
Returns the data type of the index. This function is virtual to return the right values of the child class.
Returns a pointer to the stored value at the index. The second parameter is used to store the length of the data field.
If you only need the pointer, because a string is stored or you know the length, this function returns it.
User friendly version for stored int4 values. I need this function for the ShowResults function.
I used this function to log my results while I tried to decode the dbx file format.