Public Member Functions | |
HRESULT | GetInterface ([out, retval] IDispatch **ppDisp) |
Return component specific interface. | |
Properties | |
BSTR | Name [get] |
Return component name. |
Object represents shared component.
HRESULT GetInterface | ( | [out, retval] IDispatch ** | ppDisp | ) |
Return component specific interface.
Function return interface implementing component specific API. API of such interface depends on the component functionality. Check component specific documentation for more information.
ppDisp | IDispatch interface. Return NULL if such interface is not available. |
BSTR Name [get] |
Return component name.
pbName | Return component name. |