IMAPIFormContainer::GetDisplay

The IMAPIFormContainer::GetDisplay method returns the display name of a form container.

Quick Info

See IMAPIFormContainer : IUnknownUYR5A.

 

HRESULT GetDisplay(

    ULONG ulFlags,

 

    LPTSTR FAR * pszDisplayName

 

   )

 

 

Parameters

ulFlags

[in] Bitmask of flags that controls the type of the returned string. The following flag can be set:

MAPI_UNICODE

The returned string is in Unicode format. If the MAPI_UNICODE flag is not set, the strings are in ANSI format.

pszDisplayName

[out] Pointer to a string containing the display name of the form container.

 

Return Values

S_OK

The call succeeded and has returned the expected value or values.