Comment Parameter information This structure allows the program to specify the parameter information for each parameter in the function. More...
#include <CGenDatabase.h>
Public Attributes | |
| const char * | prmName |
| Specifies the parameter name. | |
| const char * | prmInfo |
| A short description of the parameter being described. | |
Comment Parameter information This structure allows the program to specify the parameter information for each parameter in the function.
| const char* CommentParamInfo::prmInfo |
A short description of the parameter being described.
| const char* CommentParamInfo::prmName |
Specifies the parameter name.
1.8.1.1