SMSREGISTRATIONDATA (Compact 2013)
3/26/2014
This structure contains registration data.
Syntax
typedef struct smsregistrationdata_tag {
DWORD cbSize;
TCHAR tszAppName [SMS_MAX_APPNAME_LENGTH ];
TCHAR tszParams [SMS_MAX_PARAMS_LENGTH ];
TCHAR tszProtocolName [SMS_MAX_PROTOCOLNAME_LENGTH];
} SMSREGISTRATIONDATA, *LPSMSREGISTRATIONDATA;
Members
- cbSize
Size of the structure in bytes.
- tszAppName
Name of the application to run to retrieve the incoming message.
- tszParams
Command-line parameters to pass to the application.
- tszProtocolName
SMS Message Type Constants string value that indicates which message type the application is notified about.
Remarks
This is a registration structure that is used by SmsSetMessageNotification and SmsClearMessageNotification calls. This structure is passed in when registering for Short Message Service (SMS) notifications.
Requirements
Header |
sms.h |
See Also
Reference
Short Message Service Structures
SmsSetMessageNotification
SmsClearMessageNotification
SMS Message Type Constants