Use of getarray() function

Login to reply to this topic.
Mon, 2008-03-17 07:14
Joined: 2008-02-12
Forum posts: 5


Hi,

I want to know what does the following statement mean?

Statement- void getarray(CDesCArrayFlat*,TInt,TInt);

Regards

PK


Mon, 2008-03-17 14:41
Joined: 2005-12-07
Forum posts: 56
Re: Use of getarray() function

first of all this is not a statement .. this is a declaration of a function which would return nothing and will take address of CDesCArrayFlat object and two integers as input.

  • Login to reply to this topic.