Macro windows_win::raw::module::module_to_addr
source · macro_rules! module_to_addr { ($mod:ident) => { ... }; }
Expand description
Converts ident to module address.
Mostly to be used with module’s functions.
macro_rules! module_to_addr { ($mod:ident) => { ... }; }
Converts ident to module address.
Mostly to be used with module’s functions.