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