XXX_RecognizeMessage (Windows Embedded CE 6.0)
1/6/2010
This function determines if the provided RILMESSAGE structure is of the desired type.
Syntax
BOOL XXX_RecognizeMessage(
const RILMESSAGE* prmMessage
);
Parameters
- prmMessage
[in] Pointer to a RIL message containing the information enclosed in the incoming Short Message Service (SMS) message. The RIL message is pre-populated based on the incoming SMS message.
Return Value
Returns TRUE if the message is recognized. Returns FALSE if the message is not recognized.
Requirements
Header | Developer Implemented |
Library | Developer Implemented |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Short Message Service Provider Functions
Short Message Service Provider Reference
RILMESSAGE