Home
last modified time | relevance | path

Searched refs:MAX_SUBJECT_SIZE (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.3/build/demos/nwc24demo/include/
DMsgViewer.h92 #define MAX_SUBJECT_SIZE 256 macro
100 char subject[MAX_SUBJECT_SIZE];
/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c162 if ( MAX_SUBJECT_SIZE < subjectSize ) in GetMsgData()
164 subjectSize = MAX_SUBJECT_SIZE; in GetMsgData()