#[repr(C)]
pub struct POST_PROCESS_PARAMETERS {
Show 20 fields pub pszSessionId: PCWSTR, pub pszSiteName: PCWSTR, pub pszUserName: PCWSTR, pub pszHostName: PCWSTR, pub pszRemoteIpAddress: PCWSTR, pub dwRemoteIpPort: u32, pub pszLocalIpAddress: PCWSTR, pub dwLocalIpPort: u32, pub BytesSent: u64, pub BytesReceived: u64, pub pszCommand: PCWSTR, pub pszCommandParameters: PCWSTR, pub pszFullPath: PCWSTR, pub pszPhysicalPath: PCWSTR, pub FtpStatus: u32, pub FtpSubStatus: u32, pub hrStatus: HRESULT, pub SessionStartTime: FILETIME, pub BytesSentPerSession: u64, pub BytesReceivedPerSession: u64,
}
Expand description

Required features: "Win32_System_Iis", "Win32_Foundation"

Fields

pszSessionId: PCWSTRpszSiteName: PCWSTRpszUserName: PCWSTRpszHostName: PCWSTRpszRemoteIpAddress: PCWSTRdwRemoteIpPort: u32pszLocalIpAddress: PCWSTRdwLocalIpPort: u32BytesSent: u64BytesReceived: u64pszCommand: PCWSTRpszCommandParameters: PCWSTRpszFullPath: PCWSTRpszPhysicalPath: PCWSTRFtpStatus: u32FtpSubStatus: u32hrStatus: HRESULTSessionStartTime: FILETIMEBytesSentPerSession: u64BytesReceivedPerSession: u64

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.