#[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: u32dwVersion: u32ConnID: *mut c_voiddwHttpStatusCode: u32lpszLogData: [CHAR; 80]lpszMethod: PSTRlpszQueryString: PSTRlpszPathInfo: PSTRlpszPathTranslated: PSTRcbTotalBytes: u32cbAvailable: u32lpbData: *mut u8lpszContentType: PSTRGetServerVariable: isizeWriteClient: isizeReadClient: isizeServerSupportFunction: isize

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.