Re: oleaut32: add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render
Dec. 9, 2008
4:48 p.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...
December 2008
9: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.
6316
Age (days ago)
6316
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeremy Drake -
Nikolay Sivov