Struct windows_sys::Win32::UI::Shell::PARSEDURLA
[−]#[repr(C)]pub struct PARSEDURLA {
pub cbSize: u32,
pub pszProtocol: PSTR,
pub cchProtocol: u32,
pub pszSuffix: PSTR,
pub cchSuffix: u32,
pub nScheme: u32,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’
Fields
cbSize: u32pszProtocol: PSTRcchProtocol: u32pszSuffix: PSTRcchSuffix: u32nScheme: u32