|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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 57 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 50 of file precomp.h.
Referenced by LoadHelperDll().
| PWSTR _DLL_LIST_ENTRY::pszShortName |
Definition at line 54 of file precomp.h.
Referenced by PrintHelpers().