Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h81 #define MAX_SUBJECT_SIZE 256 macro
89 char subject[MAX_SUBJECT_SIZE];
/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c139 if ( MAX_SUBJECT_SIZE < subjectSize ) in GetMsgData()
141 subjectSize = MAX_SUBJECT_SIZE; in GetMsgData()