3.2.4.2.38.2 DisplayName (get) (Opnum 23)

The DisplayName (get) method returns the Property Definition.DisplayName of the property definition.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_PROPERTY_DEFINITION2 | 0x02)), helpstring("This property is the display name of the property definition")] HRESULT DisplayName(
   [out, retval] BSTR* name
 );

name: Pointer to a variable that upon completion contains the Property Definition.Display of the property definition.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

The name parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that name is not NULL.

The server MUST set name to the Property Definition.Name of the property definition or return a nonzero error code.