Function get_module_size

Source
pub fn get_module_size(handle: HMODULE) -> Result<u32>
Expand description

Gets the module size.

ยงErrors

Returns an error when module information cannot be obtained.