ReactOS 0.4.15-dev-7928-g68a8619
_SERVICE_IMAGE Struct Reference

#include <services.h>

Collaboration diagram for _SERVICE_IMAGE:

Public Attributes

LIST_ENTRY ImageListEntry
 
LPWSTR pszImagePath
 
LPWSTR pszAccountName
 
DWORD dwImageRunCount
 
HANDLE hControlPipe
 
HANDLE hProcess
 
DWORD dwProcessId
 
HANDLE hToken
 
HANDLE hProfile
 

Detailed Description

Definition at line 44 of file services.h.

Member Data Documentation

◆ dwImageRunCount

DWORD _SERVICE_IMAGE::dwImageRunCount

◆ dwProcessId

DWORD _SERVICE_IMAGE::dwProcessId

◆ hControlPipe

◆ hProcess

HANDLE _SERVICE_IMAGE::hProcess

Definition at line 52 of file services.h.

Referenced by ScmCreateOrReferenceServiceImage(), and ScmRemoveServiceImage().

◆ hProfile

HANDLE _SERVICE_IMAGE::hProfile

Definition at line 55 of file services.h.

Referenced by ScmCreateOrReferenceServiceImage(), and ScmRemoveServiceImage().

◆ hToken

HANDLE _SERVICE_IMAGE::hToken

Definition at line 54 of file services.h.

Referenced by ScmCreateOrReferenceServiceImage(), and ScmRemoveServiceImage().

◆ ImageListEntry

LIST_ENTRY _SERVICE_IMAGE::ImageListEntry

Definition at line 46 of file services.h.

Referenced by ScmCreateOrReferenceServiceImage(), and ScmRemoveServiceImage().

◆ pszAccountName

LPWSTR _SERVICE_IMAGE::pszAccountName

Definition at line 48 of file services.h.

Referenced by ScmCreateOrReferenceServiceImage().

◆ pszImagePath

LPWSTR _SERVICE_IMAGE::pszImagePath

Definition at line 47 of file services.h.

Referenced by ScmCreateOrReferenceServiceImage(), and ScmGetServiceImageByImagePath().


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