This is a discussion on Please code this in C# to create DLL within the Computer Science & IT Engineering forums, part of the CE : Technical Discussions category; T32_GetMessage Prototype : int T32_GetMessage ( char message[128], word * pmode ); Parameters : message pointer to an array of ...
T32_GetMessagePrototype:
int T32_GetMessage ( char message[128], word * pmode );Parameters:
message pointer to an array of 128 characters to catch the
message
pmode pointer to variable to chatch the message mode
Returns: 0 for ok, otherwise Error value
Tony J S