;*
;* It's CREATE_TP record
;*
;*
;*  CopyRight 1995. Nicholas Poljakov all rights reserved.
;*
CRTP     STRUC

         DB 12 DUP(0)   ; used by LU
Code     DW    23h      ; Create_TP verb code
ExCode   DB    0        ; Verb extension code
         DB  5 DUP(0)   ; reserve
Sense    DD    0        ; Sense code
TpID     DB  8 DUP(0)   ; Transaction Program ID
LuID     DB  8 DUP(0)   ; LU ID
ConvID   DD    0        ; Conversation ID
ConvType DB    0        ; Conversation type
SyncL    DB    0        ; synchronisation level
         DB    0        ; reserve
TpnLt    DB    0        ; length of Transaction Program Name
Tpn      DB 64 DUP(0)   ; Transaction Program Name
         DB  8 DUP(0)   ; reserve
LogLt    DW    0        ; length of Log record
Log      DD    0        ; pointer to Log record
Partn    DB  8 DUP(0)   ; Partner Name
FlunLt   DB    0        ;
Flun     DB 17 DUP(0)   ;
ModeNm   DB  8 DUP(0)   ; Mode Name
         DB 12 DUP(0)   ; reserve
PassLt   DB    0        ; length of password
Pass     DB 10 DUP(0)   ; password
UserIDlt DB    0        ; length of user ID
UserID   DB 10 DUP(0)   ; user ID
Flag     DB    0        ;

CRTP     ENDS
