ReactOS 0.4.15-dev-7961-gdcf9eb0
_DLL_LIST_ENTRY Struct Reference

#include <precomp.h>

Collaboration diagram for _DLL_LIST_ENTRY:

Public Attributes

struct _DLL_LIST_ENTRYpPrev
 
struct _DLL_LIST_ENTRYpNext
 
PWSTR pszDllName
 
PWSTR pszShortName
 
PWSTR pszValueName
 
HMODULE hModule
 

Detailed Description

Definition at line 42 of file precomp.h.

Member Data Documentation

◆ hModule

HMODULE _DLL_LIST_ENTRY::hModule

Definition at line 51 of file precomp.h.

◆ pNext

struct _DLL_LIST_ENTRY* _DLL_LIST_ENTRY::pNext

Definition at line 45 of file precomp.h.

◆ pPrev

struct _DLL_LIST_ENTRY* _DLL_LIST_ENTRY::pPrev

Definition at line 44 of file precomp.h.

Referenced by LoadHelperDll().

◆ pszDllName

PWSTR _DLL_LIST_ENTRY::pszDllName

Definition at line 47 of file precomp.h.

◆ pszShortName

PWSTR _DLL_LIST_ENTRY::pszShortName

Definition at line 48 of file precomp.h.

Referenced by PrintSubContext().

◆ pszValueName

PWSTR _DLL_LIST_ENTRY::pszValueName

Definition at line 49 of file precomp.h.


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