Function GetModuleInfo

Source
pub unsafe extern "C" fn GetModuleInfo(
    list: WinModuleList,
    moduleName: *const i8,
) -> *const WinModule
Expand description

@brief Find the module by a given name

@param list list to perform search in @param moduleName target module name

@return A pointer to the found module information, @c NULL if not found