Skip to content

v0.14.3

Compare
Choose a tag to compare
@ohadravid ohadravid released this 29 Dec 16:23
· 11 commits to main since this release

What's Changed

Example:

let in_params = CreateParams {
    CommandLine: "calc.exe".to_string(),
};
let out = wmi_con
    .exec_class_method::<Win32_Process, CreateParams, CreateOutput>("Create", in_params)
    .unwrap();

assert_eq!(out.ReturnValue, 0);

New Contributors

Full Changelog: v0.14.2...v0.14.3