<div class="content"><p>The ENUM_SERVICE_STATUS_PROCESSA structure contains
information used by the <a href="f5512859-cae9-4a10-9636-eefeb0abd9a4" data-linktype="relative-path">REnumServicesStatusExA</a>
method to return the name of a <a href="4f66d32e-2f4f-4482-998e-e5ccbb445223#gt_2dc07ca2-2b40-437e-a5ec-ed28ebfb116a" data-linktype="relative-path">service</a> in an <a href="4f66d32e-2f4f-4482-998e-e5ccbb445223#gt_afc3f782-a908-486d-9c05-8a054cd9cc84" data-linktype="relative-path">SCM</a> database. The structure
also returns information about the service. String values are stored in ANSI.</p><dl>
<dd>
<div><pre> typedef struct _ENUM_SERVICE_STATUS_PROCESSA {
   LPSTR lpServiceName;
   LPSTR lpDisplayName;
   SERVICE_STATUS_PROCESS ServiceStatusProcess;
 } ENUM_SERVICE_STATUS_PROCESSA,
  *LPENUM_SERVICE_STATUS_PROCESSA;
</pre></div>
</dd></dl><p><b>lpServiceName:</b>  A pointer to a
null-terminated string that names a service in an SCM database.</p><dl>
<dd>
<p>The forward slash, back slash, comma, and space
characters are illegal in service names.</p>
</dd></dl><p><b>lpDisplayName:</b>  A pointer to a
null-terminated string that contains the display name of the service.</p><p><b>ServiceStatusProcess:</b>  A <a href="c2f0ab87-eb16-4371-8380-ddf9cd29931e" data-linktype="relative-path">SERVICE_STATUS_PROCESS (section 2.2.49)</a>
structure that contains status information for the lpServiceName service.</p></div>