If you pass enough random numbers, eventually one of them will look valid
One customer traced a problem they were having to the way they
were calling a function similar in spirit to this one: HGLOBAL CopyClipboardData(UINT cf)
{ HGLOBAL hglob = NULL; HANDLE h = GetClipboardData(cf); if (h) { void *p = GlobalLock(h); if (p) Read More……(read more)
Written by The Old New Thing : Code. Read more great feeds at is source WEBSITE
no comments.
Read more articles on Code.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article















