> stored in the variable named in szvar. You should consider the memory > at this address to be read-only. If you want to change a variable, use > (ppsv->SetVar)." > > So although I can get address, I can't pass it on to dll? Have to > strdup it or some such.
Yes you can pass address directly. Setvar checks to make sure there is enough memory. (It will also release memory if you go from very large to much smaller string length). You can check yourself with _msize or just trust the caller. ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
