ReactOS 0.4.16-dev-1948-gd260c1d
_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 48 of file precomp.h.

Member Data Documentation

◆ hModule

HMODULE _DLL_LIST_ENTRY::hModule

Definition at line 57 of file precomp.h.

Referenced by RegisterContext().

◆ pNext

struct _DLL_LIST_ENTRY* _DLL_LIST_ENTRY::pNext

Definition at line 51 of file precomp.h.

◆ pPrev

struct _DLL_LIST_ENTRY* _DLL_LIST_ENTRY::pPrev

Definition at line 50 of file precomp.h.

Referenced by LoadHelperDll().

◆ pszDllName

PWSTR _DLL_LIST_ENTRY::pszDllName

Definition at line 53 of file precomp.h.

◆ pszShortName

PWSTR _DLL_LIST_ENTRY::pszShortName

Definition at line 54 of file precomp.h.

Referenced by PrintHelpers().

◆ pszValueName

PWSTR _DLL_LIST_ENTRY::pszValueName

Definition at line 55 of file precomp.h.


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