SIMCALL (Windows Embedded CE 6.0)
1/6/2010
This structure is used for SIM_NOTIFY_SETUPCALL.
Syntax
typedef struct simcall_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwFlags;
DWORD dwRedialDuration;
DWORD dwAddressType;
DWORD dwNumPlan;
DWORD dwTextSize;
DWORD dwTextOffset;
DWORD dwAddressSize;
DWORD dwAddressOffset;
DWORD dwSubAddrSize;
DWORD dwSubAddrOffset;
DWORD dwIconIdentifier;
DWORD dwIconQualifier;
} SIMCALL, FAR *LPSIMCALL;
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
Can be one of the following values.Value Description SIMCALL_IDLE
Place call only if phone is idle.
SIMCALL_HOLDCALLS
Place call that is holding all other calls.
SIMCALL_DISCONNECTCALLS
Place call disconnecting all other calls.
SIMCALL_REDIAL
Attempt redial.
- dwRedialDuration
Indicates the number of seconds to attempt redialing.
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).
- dwTextSize
Specifies the size of associated text, in bytes.
- dwTextOffset
Specifies the offset from start of this structure, in bytes.
- dwAddressSize
Specifies the size of the address, in bytes.
- dwAddressOffset
Specifies the offset from start of this structure, in bytes
- dwSubAddrSize
Specifies the size of subaddress, in bytes
- dwSubAddrOffset
Specifies the offset from start of this structure, in bytes.
- dwIconIdentifier
Specifies the identifier for the icon to use.
- dwIconQualifier
Specifies the qualifier that designates how the icon should be used.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |