GetModuleFileName

Function GetModuleFileName 

Source
pub unsafe extern "system" fn GetModuleFileName(
    hmodule: *mut c_void,
    lpfilename: *mut u16,
    nsize: u32,
) -> u32
Expand description

#316 GetModuleFileName

retrieves the null-terminated filename, including the full path, of the file from which the module specified by hInst parameter has been loaded