Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the method or methods.
HRESULT GetName (
BSTR* name
);
Parameters
- name
[out] Returns a string containing the name of the method or methods represented by this method set.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The assumption made by this method is that overloaded methods always have the same method name; only their parameter lists are different.