नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Determines if a specific interface is defined in the class.
Syntax
Parameters
pszInterfaceName
[in] A string containing the interface name to look for.
Return Value
If successful, returns S_OK, returns S_FALSE if the interface does not exist; otherwise, returns an error code.
Remarks
This method in effect gets an enumeration of all interfaces and searches the list for a matching interface.