#ifndef _NTDBG_H
/**
* The DBGKM_UNLOAD_DLL structure contains the base address of an unloaded DLL.
*/
typedef struct _DBGKM_UNLOAD_DLL
{
PVOID BaseAddress;
} DBGKM_UNLOAD_DLL, *PDBGKM_UNLOAD_DLL;
View code on GitHubNo description available.