Struct winproc::Module[][src]

pub struct Module<'a> { /* fields omitted */ }

A handle to a process's loaded module.

Methods

impl<'a> Module<'a>
[src]

Returns the inner HMODULE handle (address) of the loaded module.

Returns the base (file) name of the module.

Returns the fully qualified path to the file that contains the module.

Returns a struct containing the address, size, and entry point of the module.

Returns a void pointer to the function in the module with the specified name.

Trait Implementations

impl<'a> Debug for Module<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Module<'a>

impl<'a> !Sync for Module<'a>