IExchangeClientGALSearchInformation::GetOffice (Windows CE 5.0)
This method provides the office information associated with the global address list (GAL) entry.
HRESULT GetOffice( WCHAR* wszBuffer, UINT cchBuffer);
Parameters
- wszBuffer
[out] Pointer to a caller-allocated buffer that this method uses to store the office information. - cchBuffer
[in] The size of the buffer represented by the pointer in the wszBuffer parameter.
Return Values
The following table shows possible return values:
Value | Description |
---|---|
E_POINTER | The address in wszBuffer is not valid. |
E_INVALIDARG | The size of the provided buffer, according to cchBuffer, was 0. |
S_OK | The office information 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