For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic > May 2005 > void test(void){}









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author void test(void){}
psy

2005-05-29, 3:55 pm



Jeff Johnson [MVP: VB]

2005-05-30, 3:55 am


"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


Jim Edgar

2005-05-30, 3:55 pm



int APIENTRY GetAuthor(char *buff, int nSize)
{
if (nSize > 16)
{
strcpy(buff, "Wrong Newsgroup!");
return 16;
}
else
{
return 0;
}
}


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com