#[repr(C, packed(1))]
pub struct LINECALLPARAMS {
Show 41 fields pub dwTotalSize: u32, pub dwBearerMode: u32, pub dwMinRate: u32, pub dwMaxRate: u32, pub dwMediaMode: u32, pub dwCallParamFlags: u32, pub dwAddressMode: u32, pub dwAddressID: u32, pub DialParams: LINEDIALPARAMS, pub dwOrigAddressSize: u32, pub dwOrigAddressOffset: u32, pub dwDisplayableAddressSize: u32, pub dwDisplayableAddressOffset: u32, pub dwCalledPartySize: u32, pub dwCalledPartyOffset: u32, pub dwCommentSize: u32, pub dwCommentOffset: u32, pub dwUserUserInfoSize: u32, pub dwUserUserInfoOffset: u32, pub dwHighLevelCompSize: u32, pub dwHighLevelCompOffset: u32, pub dwLowLevelCompSize: u32, pub dwLowLevelCompOffset: u32, pub dwDevSpecificSize: u32, pub dwDevSpecificOffset: u32, pub dwPredictiveAutoTransferStates: u32, pub dwTargetAddressSize: u32, pub dwTargetAddressOffset: u32, pub dwSendingFlowspecSize: u32, pub dwSendingFlowspecOffset: u32, pub dwReceivingFlowspecSize: u32, pub dwReceivingFlowspecOffset: u32, pub dwDeviceClassSize: u32, pub dwDeviceClassOffset: u32, pub dwDeviceConfigSize: u32, pub dwDeviceConfigOffset: u32, pub dwCallDataSize: u32, pub dwCallDataOffset: u32, pub dwNoAnswerTimeout: u32, pub dwCallingPartyIDSize: u32, pub dwCallingPartyIDOffset: u32,
}
Expand description

Required features: "Win32_Devices_Tapi"

Fields

dwTotalSize: u32dwBearerMode: u32dwMinRate: u32dwMaxRate: u32dwMediaMode: u32dwCallParamFlags: u32dwAddressMode: u32dwAddressID: u32DialParams: LINEDIALPARAMSdwOrigAddressSize: u32dwOrigAddressOffset: u32dwDisplayableAddressSize: u32dwDisplayableAddressOffset: u32dwCalledPartySize: u32dwCalledPartyOffset: u32dwCommentSize: u32dwCommentOffset: u32dwUserUserInfoSize: u32dwUserUserInfoOffset: u32dwHighLevelCompSize: u32dwHighLevelCompOffset: u32dwLowLevelCompSize: u32dwLowLevelCompOffset: u32dwDevSpecificSize: u32dwDevSpecificOffset: u32dwPredictiveAutoTransferStates: u32dwTargetAddressSize: u32dwTargetAddressOffset: u32dwSendingFlowspecSize: u32dwSendingFlowspecOffset: u32dwReceivingFlowspecSize: u32dwReceivingFlowspecOffset: u32dwDeviceClassSize: u32dwDeviceClassOffset: u32dwDeviceConfigSize: u32dwDeviceConfigOffset: u32dwCallDataSize: u32dwCallDataOffset: u32dwNoAnswerTimeout: u32dwCallingPartyIDSize: u32dwCallingPartyIDOffset: u32

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.