Hi Everybody,
 
I am passing an interface pointer to a method in following manner.
 
/* void Create(out nsIStatement statement); */
NS_IMETHODIMP
Connection::Create(nsIStatement **statement)
{
   ----
}
 
Is there any way to pass a C++ pointer like ' void * ' from one interface object to another ? Can we wrap the 'void *' in some interface object and then pass it?
 
Nikhil

Yahoo! India Matrimony: Find your life partner online.

Reply via email to