The SERVICE_DESCRIPTIONA structure contains the description of the service. String values are in ANSI.
typedef struct _SERVICE_DESCRIPTIONA {
[string, range(0, 8 * 1024)] LPSTR lpDescription;
} SERVICE_DESCRIPTIONA,
*LPSERVICE_DESCRIPTIONA;
lpDescription: A pointer to a string that contains the description of the service in ANSI.