Commit 181d249
committed
feat: Handle
When `IProvideClassInfo2` returns `GUID_NULL` as the outgoing interface IID,
`FindOutgoingInterface` now raises a `NotImplementedError`. This addresses
cases where some COM servers (like `htmlfile`) return a null GUID instead
of the default source interface's GUID.
A new test case `test_retrieved_outgoing_iid_is_guid_null` has been added
to `test_eventinterface.py` to verify this behavior.GUID_NULL for outgoing interface IID in FindOutgoingInterface.1 parent 2706fe3 commit 181d249
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 121 | + | |
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
| |||
0 commit comments