Synopsis

PDX_MSGT pdx_GetMsgDefine(char *msg_name, PDX_MSGT *msg_id)

Purpose

Returns the PDX_MSGT value for a message name.

Description

This function will return the #define value for msg_name.

Input

msg_name

Message to return define value for

Output

msg_id

Define value corresponding to msg_name.

Return

PDX_MSG_NOT_FOUND - Message was not found