I need to retrieve all the active values for a particular menu. The function that I assume is supposed to do that is the ARGetCharMenu function which returns a menu object. I have been able to successfully retrieve the menu object for the menu that I need. However I have been unable to dig down into the object and find the actual values.
From the API documentation I attempted to follow the path to where the ARCharMenuItemStruct is which I thought was supposed to hold the values. However when I tried to access it, I received a memory access violation error, and the program would always crap out. So I don't know if I'm in the right place with the wrong structures defined, or if I'm just trying to look in the wrong place. So where exactly are the values themselves stored?
Thanks,
Marc
__20060125_______________________This posting was submitted with HTML in it___

