ReactOS 0.4.15-dev-7942-gd23573b
_SVCHOST_DLL Struct Reference

#include <svchost.h>

Collaboration diagram for _SVCHOST_DLL:

Public Attributes

LIST_ENTRY DllList
 
HINSTANCE hModule
 
LPCWSTR pszDllPath
 
LPCWSTR pszManifestPath
 
HANDLE hActCtx
 
struct _SVCHOST_SERVICEpService
 

Detailed Description

Definition at line 91 of file svchost.h.

Member Data Documentation

◆ DllList

LIST_ENTRY _SVCHOST_DLL::DllList

Definition at line 93 of file svchost.h.

Referenced by AddDll().

◆ hActCtx

HANDLE _SVCHOST_DLL::hActCtx

Definition at line 97 of file svchost.h.

Referenced by AddDll(), and GetServiceMainFunctions().

◆ hModule

HINSTANCE _SVCHOST_DLL::hModule

Definition at line 94 of file svchost.h.

◆ pService

struct _SVCHOST_SERVICE* _SVCHOST_DLL::pService

Definition at line 98 of file svchost.h.

Referenced by AddDll(), and FindDll().

◆ pszDllPath

LPCWSTR _SVCHOST_DLL::pszDllPath

Definition at line 95 of file svchost.h.

Referenced by AddDll(), and FindDll().

◆ pszManifestPath

LPCWSTR _SVCHOST_DLL::pszManifestPath

Definition at line 96 of file svchost.h.

Referenced by AddDll(), and FindDll().


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