Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This method retrieves or sets the name of the service category object.
To retrieve the name of the service category object use the following syntax.
HRESULT Name(BSTR* pbstrServiceCategoryName);
To set the name of the service category object use the following syntax.
HRESULT Name(BSTR bstrServiceCategoryName);
Parameters
- pbstrServiceCategoryName
[out] Pointer to the name of the service category object. - bstrServiceCategoryName
[in] Name of the service category object.
Return Values
Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Servicecategory.h, Cemgr.idl.
Send Feedback on this topic to the authors