2.2.35 SERVICE_DESCRIPTIONW
The SERVICE_DESCRIPTIONW structure contains the description of the service. String values are in Unicode.
-
typedef struct _SERVICE_DESCRIPTIONW { [string, range(0, 8 * 1024)] LPWSTR lpDescription; } SERVICE_DESCRIPTIONW, *LPSERVICE_DESCRIPTIONW;
lpDescription: A pointer to a string that contains the description of the service in Unicode.