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 provides the display name associated with the global address list (GAL) entry.
HRESULT GetDisplayName( WCHAR* wszNameBuffer, UINT cchNameBuffer);
Parameters
- wszNameBuffer
[out] Pointer to a caller-allocated buffer that this method uses to store the display name. - cchNameBuffer
[in] The size of the buffer represented by the pointer in the wszNameBuffer parameter.
Return Values
The following table shows possible return values:
| Value | Description |
|---|---|
| E_POINTER | The address in wszNameBuffer is not valid. |
| E_INVALIDARG | The size of the provided buffer, according to cchNameBuffer, was 0. |
| S_OK | The display name was provided successfully. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.
See Also
IExchangeClientGALSearchInformation
Send Feedback on this topic to the authors