dll_main_header : Required header files for WinAPI and ASM Definitions dll_main_source : Required DllMain api-entry-point. Its calling when DLL_PROCESS_ATTACH triggered from ASM. A handle to the DLL ...
A small Windows DLL initialization demo in Rust. The DLL will open a console once it is loaded and output some text. It should work with both the x86 and x64 Rust compiler variants.