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
When the linker detects that a ComImport method is not being used, it removes them from the interface. This is not correct: all ComImport interface methods are implicitly used, because they are used to determine the native vtable layout.
Using a placeholder like that can unroot types used by the parameters/return values, so it can still help with further size reductions; but the methods cannot be removed entirely.