HrAddressTemplateExists
The HrAddressTemplateExists function determines whether a given site has an address template.
Quick Info
Header file: |
EXCHINST.H |
Library: |
EXCHINST.LIB |
HRESULT HrAddressTemplateExists(
LPTSTR lpszServer,
LPTSTR lpszSiteDN,
LPTSTR lpszCommonName,
LPTSTR lpszAddressType,
LPTSTR lpszLanguage)
);
Parameters
- lpszServer
- Input parameter. Points to a null-terminated string containing the name of the server.
- lpszSiteDN
- Input parameter. Points to a null-terminated string containing the distinguished name (DN) of the site.
- lpszCommonName
- Input parameter. Points to a null-terminated string containing the common name of the site.
- lpszAddressType
- Input parameter. Points to a null-terminated string containing the address type supported by the template.
- lpszLanguage
- Input parameter. Points to a null-terminated string containing the language supported by the template.
Return Values
See Return Values.
Remarks
For more information on address templates, see Installing Addressing Objects.
See Also
HrInstallAddressTemplate, HrRemoveAddressTemplate