Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.