Lines Matching refs:OSReport
83 OSReport("*******************************************************\n"); in main()
84 OSReport(" A simple demo to post a message.\n"); in main()
85 OSReport("*******************************************************\n"); in main()
92 OSReport("NWC24OpenLib(): Error %d\n", err); in main()
99 OSReport("NWC24Check(): Error %d (Code: %06d)\n", err, - NWC24GetErrorCode()); in main()
109 OSReport("NWC24CloseLib(): Error %d\n", err); in main()
142 OSReport("NWC24InitMsgObj(): error %d\n", err); in PostTestMsg()
150 OSReport("NWC24SetMsgToId(): error %d\n", err); in PostTestMsg()
158 OSReport("NWC24SetMsgSubject(): error %d\n", err); in PostTestMsg()
167 OSReport("NWC24SetMsgText(): error %d\n", err); in PostTestMsg()
175 OSReport("NWC24CommitMsg: error %d\n", err); in PostTestMsg()
179 OSReport("Posted a test message successfully.\n"); in PostTestMsg()