3.2.4.2.39.2 DisplayName (get) (Opnum 13)

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

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

displayName: Pointer to a variable that, upon completion, contains the Property Definition Value.DisplayName of the property definition value.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The displayName parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that displayName is not NULL.

If any validation fails, the server MUST terminate processing and return a nonzero error code.

The server MUST set displayName to the Property Definition Value.DisplayName of the property definition.