Function winservice::dispatch [] [src]

pub fn dispatch(
    name: &str,
    service_main: fn(_: Vec<String>, _: Receiver<()>) -> u32,
    argc: c_int,
    argv: *const *const c_char
)

This should never be directly called from the user.