The SERVICE_DESCRIPTION_WOW64 structure defines the offset at which SERVICE_DESRIPTIONW is present.
typedef struct {
DWORD dwDescriptionOffset;
} SERVICE_DESCRIPTION_WOW64;
dwDescriptionOffset: A pointer to the offset for the SERVICE_DESCRIPTIONW (section 2.2.35) structure, which contains the service description in Unicode.