Code Comments
Programming Forum and web based access to our favorite programming groups."psy" <piglxm@163.com> wrote in message news:uVjqiMGZFHA.584@TK2MSFTNGP15.phx.gbl... microsoft.public.take.your.damn.c-style.test.to.a.non.vb.group
Post Follow-up to this message
int APIENTRY GetAuthor(char *buff, int nSize)
{
if (nSize > 16)
{
strcpy(buff, "Wrong Newsgroup!");
return 16;
}
else
{
return 0;
}
}
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.