Struct windows_sys::Win32::UI::Shell::SHNAMEMAPPINGW
#[repr(C)]pub struct SHNAMEMAPPINGW {
pub pszOldPath: PWSTR,
pub pszNewPath: PWSTR,
pub cchOldPath: i32,
pub cchNewPath: i32,
}Expand description
Required features: "Win32_UI_Shell"
Fields§
§pszOldPath: PWSTR§pszNewPath: PWSTR§cchOldPath: i32§cchNewPath: i32