Contents Index Topic Contents | ||
Previous Topic: IAddrBook::GetProps Next Topic: IAddrBook::NewEntry |
IAddrBook::GetSearchPath
HRESULT GetSearchPath( ULONG ulFlags, LPSRowSet FAR * lppSearchPath );Returns an ordered list of entry identifiers of containers to be included in the name resolution process initiated by the ResolveName method.
- Returns S_OK if the search path was successfully retrieved.
- ulFlags
- Bitmask of flags that control the type of the strings returned in the search path. The following flag can be set:
MAPI_UNICODE Specifies returned strings are in Unicode format. If this flag is not set, the strings are in ANSI format. - lppSearchPath
- Address of a pointer to an ordered list of container entry identifiers. GetSearchPath stores the ordered list in an SRowSet structure. If there are no containers in the address book hierarchy, zero is returned in the SRowSet structure.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.