"Luke Benstead" kazade@gmail.com wrote:
+/************************************************************************
- PrintWindow (USER32.@)
 
- */
 +BOOL WINAPI PrintWindow(HWND hwnd, HDC hdcBlt, UINT nFlags) +{
- return TRUE;
 +}
If this is a stub, it should not return TRUE, should print a FIXME, and probably set an appropriate last error.
Besides, MSDN has a nice hint how to implement this API properly.