Welcome to shell: revealed Sign in | Join | Help
in Search

External News

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...
Published Friday, October 26, 2007 10:00 AM by The Old New Thing : Code
Filed under:
Anonymous comments are disabled

This Blog

Powered by Community Server, by Telligent Systems © 2006 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement.