Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method provides the display name of the contact.
The display name is the name that appears in the global address list (GAL).
Syntax
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 Value
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 cchBuffer, was 0. |
S_OK |
The display name was provided successfully. |
Requirements
| Header | iexchangeclient.h, iexchangeclient.idl |
| Library | OWAExchangeClient.lib |
| Windows Embedded CE | Windows CE 5.0 and later |