Struct windows_sys::Win32::Networking::WinInet::INTERNET_COOKIE2
[−]#[repr(C)]pub struct INTERNET_COOKIE2 {
pub pwszName: PWSTR,
pub pwszValue: PWSTR,
pub pwszDomain: PWSTR,
pub pwszPath: PWSTR,
pub dwFlags: u32,
pub ftExpires: FILETIME,
pub fExpiresSet: BOOL,
}Expand description
Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’
Fields
pwszName: PWSTRpwszValue: PWSTRpwszDomain: PWSTRpwszPath: PWSTRdwFlags: u32ftExpires: FILETIMEfExpiresSet: BOOL