Re: oleaut32: add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render
9 Dec
2008
9 Dec
'08
10:48 a.m.
On Tue, 9 Dec 2008, Nikolay Sivov wrote:
+ case PICTYPE_NONE: + case PICTYPE_UNINITIALIZED: + /* undocumented code */ + return 0x800A017C;
This code looks suspiciously like CTL_E_INVALIDPROPERTYVALUE (from olectl.h) to me...
9 Dec
9 Dec
3:37 p.m.
New subject: oleaut32: add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render
Jeremy Drake wrote:
On Tue, 9 Dec 2008, Nikolay Sivov wrote:
+ case PICTYPE_NONE: + case PICTYPE_UNINITIALIZED: + /* undocumented code */ + return 0x800A017C;
This code looks suspiciously like CTL_E_INVALIDPROPERTYVALUE (from olectl.h) to me...
You're right. It returns CTL_E_INVALIDPROPERTYVALUE when at least one of dimensions is zero. I'll update a patch.
6302
Age (days ago)
6302
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeremy Drake -
Nikolay Sivov