Re: VCard (General questions)

by Sapna, (5801 days ago) @ Jasmine

[code] void CViaClientDlg::XMPP_VCardDetails(LPDISPATCH Contact, BOOL Partial)
{
IXMPPContact cnt;
cnt.AttachDispatch(Contact);
IXMPPVCard contactVcard ;
cnt.AttachDispatch(contactVcard.GetPhoto()) ;
}[/code]
is this correct? what does it return? and where should i check for the returned value? because i don't know what to do or what variable stores the picture data. what more should i add and what should i remove?

thanks,
sapna

locked

Complete thread: