SIMOPENCHANNEL (Windows Embedded CE 6.0)
1/6/2010
This structure is used for SIM_NOTIFY_OPENCHANNEL.
Syntax
typedef struct simopenchannel_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwFlags;
DWORD dwBearerDescType;
DWORD dwBufferSize;
DWORD dwAddressType;
DWORD dwNumPlan;
DWORD dwDuration1;
DWORD dwDuration2;
DWORD dwLocalAddrType;
DWORD dwDestAddrType;
DWORD dwProtocolType;
DWORD dwPortNum;
DWORD dwTextSize;
DWORD dwTextOffset;
DWORD dwBearerDescSize;
DWORD dwBearerDescOffset;
DWORD dwAddressSize;
DWORD dwAddressOffset;
DWORD dwSubAddressSize;
DWORD dwSubAddressOffset;
DWORD dwLocalAddrSize;
DWORD dwLocalAddrOffset;
DWORD dwDestAddrSize;
DWORD dwDestAddrOffset;
DWORD dwLoginSize;
DWORD dwLoginOffset;
DWORD dwPasswordSize;
DWORD dwPasswordOffset;
DWORD dwAccessNameSize;
DWORD dwAccessNameOffset;
DWORD dwIconIdentifier;
DWORD dwIconQualifier;
} SIMOPENCHANNEL, FAR *LPSIMOPENCHANNEL;
Members
- cbSize
Specifies the size of the structure, in bytes.
- dwParams
Specifies a bitfield that indicates which structure fields are valid for a given message.
- dwFlags
Indicates valid parameters.
- dwBearerDescType
Specifies the bearer type.
- dwBufferSize
Specifies the channel buffer size.
dwAddressType
Indicates the address type. Can be one of the following flags.Value Description SIM_ADDRTYPE_UNKNOWN
Address type is unknown.
SIM_ADDRTYPE_INTERNATIONAL
Address type is an international number.
SIM_ADDRTYPE_NATIONAL
Address type is a national number.
SIM_ADDRTYPE_NETWKSPECIFIC
Address type is a network specific number.
SIM_ADDRTYPE_SUBSCRIBER
Address type is a subscriber number that is protocol-specific.
SIM_ADDRTYPE_ALPHANUM
Address type is alphanumeric.
SIM_ADDRTYPE_ABBREV
Address type is an abbreviated number.
dwNumPlan
Indicates the numbering plan. Can be one of the following flags.Value Description SIM_NUMPLAN_UNKNOWN
Numbering plan is unknown.
SIM_NUMPLAN_TELEPHONE
Numbering plan is ISDN/telephone (E.164/E.163).
SIM_NUMPLAN_DATA
Numbering plan is Data (x.121).
SIM_NUMPLAN_TELEX
Numbering plan is Telex.
SIM_NUMPLAN_NATIONAL
Numbering plan is National.
SIM_NUMPLAN_PRIVATE
Numbering plan is Private.
SIM_NUMPLAN_ERMES
Numbering plan is ERMES (ETSI DE/PS 3 01-3).
- dwDuration1
Specifies the duration after which a reconnect is attempted.
- dwDuration2
Specifies an inactivity timeout.
- dwLocalAddrType
Specifies local address type.
- dwDestAddrType
Specifies destination address type.
- dwProtocolType
Specifies transport protocol type.
- dwPortNum
Specifies the transport port number.
- dwTextSize
Indicates size of associated text (alphaID), in bytes.
- dwTextOffset
Indicates offset from start of this structure, in bytes.
- dwBearerDescSize
Indicates size of bearer description parameters, in bytes.
- dwBearerDescOffset
Indicates offset from start of this structure, in bytes.
- dwAddressSize
Indicates size of CS dialing number, in bytes.
- dwAddressOffset
Indicates offset from start of this structure, in bytes.
- dwSubAddressSize
Indicates size of subaddress, in bytes.
- dwSubAddressOffset
Indicates offset from start of this structure, in bytes.
- dwLocalAddrSize
Indicates size of local IP address, in bytes.
- dwLocalAddrOffset
Indicates offset from start of this structure, in bytes.
- dwDestAddrSize
Indicates the size of destination IP address, in bytes.
- dwDestAddrOffset
Indicates offset from start of this structure, in bytes.
- dwLoginSize
Indicates the size of user login, in bytes.
- dwLoginOffset
Indicates offset from start of this structure, in bytes
- dwPasswordSize
Specifies the size of the user password, in bytes.
- dwPasswordOffset
Indicates offset from start of this structure, in bytes.
- dwAccessNameSize
Indicates size of access point name, in bytes.
- dwAccessNameOffset
Indicates offset from start of this structure, in bytes.
- dwIconIdentifier
Indicates the identifier for icon to use.
- dwIconQualifier
Specifies qualifier that designates how the icon should be used.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |