Changes between Version 15 and Version 16 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/CTktFlds


Ignore:
Timestamp:
11/28/18 10:48:57 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/CTktFlds

    v15 v16  
    215215}
    216216}}}
     217
     218=== PrintTkt ===
     219Print the ticket
     220
     221{{{
     222void PrintTkt(int nFmt, int verbose = 0);
     223
     224void 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
     237Function does not return a result.
     238
     239==== Remarks ====
     240
     241
     242==== Examples ====