Platform SDK: Exchange Server

HrEnumProductServices

The HrEnumProductServices function lists the services for a product.

Quick Info

Header file: EXCHINST.H
Library: EXCHINST.LIB

HRESULT HrEnumProductServices(
  LPSTR lpszProductGuid,  
  LPSTR * lppszServices,  
  LPSTR * lppszDisplayNames  
);
 

Parameters

lpszProductGuid
Input parameter. Points to a null-terminated string containing the product GUID.
lppszServices
Output parameter. Points to a pointer to an array of strings (terminated by a NULL entry) containing the names of the services.
lppszDisplayNames
Output parameter. Points to a pointer to an array of strings (terminated by a NULL entry) containing the display names of the services.

Return Values

See Return Values.

See Also

HrInstallService