You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust com interface discovery for documents with separate interface
Hosts like Access insert an additional interface for document modules between the document and the built-in one. Since we do not have a declaration for the separate interface, we also add the interface two levels op to the supertypes of the document.
//todo: Find a way to deal with the VBE's document type assignment and interface behaviour not relying on an assumption about an interface naming conventions.
216
+
217
+
//Some hosts like Access chose to have a separate hidden interface for each document module and only let that inherit the built-in base interface.
218
+
//Since we do not have a declaration for the hidden interface, we have to go one more step up the hierarchy.
0 commit comments