I managed to confuse myself whether I should return E_NOTIMPLeither E_NOINTERFACEfrom my COM server methods.
I have a class with two functions that I redefined from an inherited class, both of these functions do nothing, because they are not supported at the moment, so I ask to use the "not implemented" or "no" interface for these functions return values?
Does anyone have a general rule on when to use each?
source
share