Apache HTTPD
Public Attributes | List of all members
nt_service_ctx_t Struct Reference

Public Attributes

HANDLE mpm_thread
 
HANDLE service_thread
 
DWORD service_thread_id
 
HANDLE service_init
 
HANDLE service_term
 
SERVICE_STATUS ssStatus
 
SERVICE_STATUS_HANDLE hServiceStatus
 

Detailed Description

Definition at line 55 of file service.c.

Member Data Documentation

◆ hServiceStatus

SERVICE_STATUS_HANDLE nt_service_ctx_t::hServiceStatus

Definition at line 63 of file service.c.

◆ mpm_thread

HANDLE nt_service_ctx_t::mpm_thread

Definition at line 57 of file service.c.

◆ service_init

HANDLE nt_service_ctx_t::service_init

Definition at line 60 of file service.c.

◆ service_term

HANDLE nt_service_ctx_t::service_term

Definition at line 61 of file service.c.

◆ service_thread

HANDLE nt_service_ctx_t::service_thread

Definition at line 58 of file service.c.

◆ service_thread_id

DWORD nt_service_ctx_t::service_thread_id

Definition at line 59 of file service.c.

◆ ssStatus

SERVICE_STATUS nt_service_ctx_t::ssStatus

Definition at line 62 of file service.c.


The documentation for this struct was generated from the following file: