30 Nov
2009
30 Nov
'09
1:14 p.m.
"Luke Benstead" <kazade(a)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. -- Dmitry.