Re: Implement a stub for PrintWindow in user32
30 Nov
2009
30 Nov
'09
7:14 a.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.
5856
Age (days ago)
5856
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov