| | 217 | |
| | 218 | === PrintTkt === |
| | 219 | Print the ticket |
| | 220 | |
| | 221 | {{{ |
| | 222 | void PrintTkt(int nFmt, int verbose = 0); |
| | 223 | |
| | 224 | void PrintTkt(int nFmt, CComm* pComm, CCommConnection* pConnection, int verbose = 0); |
| | 225 | }}} |
| | 226 | |
| | 227 | ==== Parameters ==== |
| | 228 | |
| | 229 | * nFmt - Specify the ticket format to print: TKT_STD, TKT_ALT, TKT_FPASS, TKT_LOG, TKT_SPEC1 - TKT_SPEC6 |
| | 230 | * verbose - 1 to output detailed messages |
| | 231 | * pComm - Specify a CComm instance to output to |
| | 232 | * pConnection - If pComm specify a particular connection object may be specified. |
| | 233 | |
| | 234 | |
| | 235 | ==== Return Value ==== |
| | 236 | |
| | 237 | Function does not return a result. |
| | 238 | |
| | 239 | ==== Remarks ==== |
| | 240 | |
| | 241 | |
| | 242 | ==== Examples ==== |