Re: user32: Add argument check for PTITLEBARINFO in GetTitleBarInfo().
12 Nov
2009
12 Nov
'09
7:51 p.m.
On 11/12/2009 07:43 PM, Rico Schüller wrote:
+ if(!tbi) { + TRACE("Invalid TITLEBARINFO: %p\n", tbi);
Hi Rico, So your printing the NULL pointer? -- Cheers, Paul.
12 Nov
12 Nov
7:02 p.m.
New subject: user32: Add argument check for PTITLEBARINFO in GetTitleBarInfo().
Am 12.11.2009 20:51, schrieb Paul Vriens:
On 11/12/2009 07:43 PM, Rico Schüller wrote:
+ if(!tbi) { + TRACE("Invalid TITLEBARINFO: %p\n", tbi);
Hi Rico,
So your printing the NULL pointer?
Hi Paul, yes, it's better to remove the %p. It doesn't add any useful information to the trace. Thanks for the hint. Cheers Rico
5876
Age (days ago)
5876
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paul Vriens -
Rico Schüller