I am new to symbian c++.
Do anybody know how to get a pointer to the phone's memory buffer ?
because I am trying to get a pointer to phone's buffer to render upload graphics.
Advance thanks to all .
I am new to symbian c++.
Do anybody know how to get a pointer to the phone's memory buffer ?
because I am trying to get a pointer to phone's buffer to render upload graphics.
Advance thanks to all .
What "the memory buffer" do you mean, exactly? When you allocate memory, if some is available, you get a pointer to it as a result.
If you mean something else, you need to be more specific about what particular memory buffer you had in mind.