Skip to content

Commit

Permalink
Small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored Aug 26, 2024
1 parent f7bef61 commit d760d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4530,6 +4530,7 @@ def Get(self, sub=False):
return (self.GetValue(), _ID2D1PUtil._get_item(self.GetSubs()).Get(True)) if sub else self.GetValue()

class ID2D1Properties(IUnknown):
_lightweight = True
IID = GUID(0x483473d7, 0xcd46, 0x4f9d, 0x9d, 0x3a, 0x31, 0x12, 0xaa, 0x80, 0x15, 0x9d)
_protos['GetPropertyCount'] = 3, (), (), wintypes.UINT
_protos['GetPropertyName'] = 4, (wintypes.UINT, wintypes.LPWSTR, wintypes.UINT), ()
Expand Down

0 comments on commit d760d9a

Please sign in to comment.