|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <precomp.h>

Public Attributes | |
| struct _DLL_LIST_ENTRY * | pPrev |
| struct _DLL_LIST_ENTRY * | pNext |
| PWSTR | pszDllName |
| PWSTR | pszShortName |
| PWSTR | pszValueName |
| HMODULE | hModule |
| HMODULE _DLL_LIST_ENTRY::hModule |
Definition at line 53 of file precomp.h.
Referenced by RegisterContext().
| struct _DLL_LIST_ENTRY* _DLL_LIST_ENTRY::pNext |
| struct _DLL_LIST_ENTRY* _DLL_LIST_ENTRY::pPrev |
Definition at line 46 of file precomp.h.
Referenced by LoadHelperDll().
| PWSTR _DLL_LIST_ENTRY::pszShortName |
Definition at line 50 of file precomp.h.
Referenced by PrintHelpers().