Struct windows_sys::Win32::System::Iis::EXTENSION_CONTROL_BLOCK
[−]#[repr(C)]pub struct EXTENSION_CONTROL_BLOCK {Show 17 fields
pub cbSize: u32,
pub dwVersion: u32,
pub ConnID: *mut c_void,
pub dwHttpStatusCode: u32,
pub lpszLogData: [CHAR; 80],
pub lpszMethod: PSTR,
pub lpszQueryString: PSTR,
pub lpszPathInfo: PSTR,
pub lpszPathTranslated: PSTR,
pub cbTotalBytes: u32,
pub cbAvailable: u32,
pub lpbData: *mut u8,
pub lpszContentType: PSTR,
pub GetServerVariable: isize,
pub WriteClient: isize,
pub ReadClient: isize,
pub ServerSupportFunction: isize,
}
Expand description
Required features: "Win32_System_Iis"
, "Win32_Foundation"
Fields
cbSize: u32
dwVersion: u32
ConnID: *mut c_void
dwHttpStatusCode: u32
lpszLogData: [CHAR; 80]
lpszMethod: PSTR
lpszQueryString: PSTR
lpszPathInfo: PSTR
lpszPathTranslated: PSTR
cbTotalBytes: u32
cbAvailable: u32
lpbData: *mut u8
lpszContentType: PSTR
GetServerVariable: isize
WriteClient: isize
ReadClient: isize
ServerSupportFunction: isize
Trait Implementations
impl Clone for EXTENSION_CONTROL_BLOCK
impl Clone for EXTENSION_CONTROL_BLOCK
impl Copy for EXTENSION_CONTROL_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for EXTENSION_CONTROL_BLOCK
impl !Send for EXTENSION_CONTROL_BLOCK
impl !Sync for EXTENSION_CONTROL_BLOCK
impl Unpin for EXTENSION_CONTROL_BLOCK
impl UnwindSafe for EXTENSION_CONTROL_BLOCK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more