Home
last modified time | relevance | path

Searched refs:pfnRtlQueryModuleInformation (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/drivers/aux_klib/
H A Daux_klib.c19 PFN_RTLQUERYMODULEINFORMATION pfnRtlQueryModuleInformation; variable
38 pfnRtlQueryModuleInformation = MmGetSystemRoutineAddress(&strRtlQueryModuleInformation); in AuxKlibInitialize()
68 if (pfnRtlQueryModuleInformation != NULL) in AuxKlibQueryModuleInformation()
70 return pfnRtlQueryModuleInformation(InformationLength, SizePerModule, ModuleInfo); in AuxKlibQueryModuleInformation()