Monday, May 14, 2007

Asynchronous calls

When calling an asynchronous function you should never pass arguments from the stack to that function. I can not say exactly if e.g. a TPtrC wrapped around a HBufC* member variable should be avoided.