Skip to content

GetMsgInfo : Retrieves the message parameters from the loaded database, given the message name

HRESULT GetMsgInfo(BSTR MsgName,sMESSAGESTRUCT *sMsgStruct);### Description

This function will get the details about a database message.### Inputs

Message name, Structure sMESSAGESTRUCT { double m_dMessageCode; double m_dNumberOfSignals; double m_dMessageLength; BOOL m_bMessageFrameFormat; int m_nMsgDataFormat; }### Cause of failure

message name not in database,data base file is not imported to BUSMASTER


Authoritative source: BUSMASTER DITA help source GetMsgInfo.dita, compiled into BUSMASTER.CHM with the application.