Skip to main content

ModuleHandle

Type Alias ModuleHandle 

Source
pub type ModuleHandle = HMODULE;
Available on Windows only.
Expand description

A handle to a process module.

ยงNote

This is not a HANDLE but a HMODULE which is the base address of a loaded module.