#[repr(C)]
pub struct RPC_CALL_ATTRIBUTES_V2_W {
Show 18 fields pub Version: u32, pub Flags: u32, pub ServerPrincipalNameBufferLength: u32, pub ServerPrincipalName: *mut u16, pub ClientPrincipalNameBufferLength: u32, pub ClientPrincipalName: *mut u16, pub AuthenticationLevel: u32, pub AuthenticationService: u32, pub NullSession: BOOL, pub KernelModeCaller: BOOL, pub ProtocolSequence: u32, pub IsClientLocal: RpcCallClientLocality, pub ClientPID: HANDLE, pub CallStatus: u32, pub CallType: RpcCallType, pub CallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1, pub OpNum: u16, pub InterfaceUuid: GUID,
}
Expand description

Required features: "Win32_System_Rpc", "Win32_Foundation"

Fields

Version: u32Flags: u32ServerPrincipalNameBufferLength: u32ServerPrincipalName: *mut u16ClientPrincipalNameBufferLength: u32ClientPrincipalName: *mut u16AuthenticationLevel: u32AuthenticationService: u32NullSession: BOOLKernelModeCaller: BOOLProtocolSequence: u32IsClientLocal: RpcCallClientLocalityClientPID: HANDLECallStatus: u32CallType: RpcCallTypeCallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1OpNum: u16InterfaceUuid: GUID

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.