HI guys,
using EMR_EXTTEXTOUTA record, how can I use this to convert or retrieve and ASCII text string?
i'm basically just going over this:
ENHMETARECORD * pEmfr ; pEmfr = (ENHMETARECORD *) malloc (pEmfRecord->nSize) ;
CopyMemory (pEmfr, pEmfRecord, pEmfRecord->nSize) ;
if(pEmfr->iType==108)
I'm kinda lost atm on how to get the "text" out of this record and store it in a variable or a text file.
Any help would be appreciated.
Thanks