Menu

Retrieves the name of the property.

Copy Code
HRESULT 
    get_Name
   (
    BSTR*  
    pbstr
  
);

Parameters

pbstr

[out] Points to the name of the property.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_INVALIDARG

You passed an invalid argument.

See Also