INT 21 - Novell NetWare - TTS GET CONTROL FLAGS                                 
	AX = F222h subfn 09h
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02299)
	ES:DI -> reply buffer (see #02300)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: AH=F2h"Novell",AX=C702h,AX=F222h/SF=07h,AX=F222h/SF=0Ah


Format of NetWare "TTS Get Transaction Bits" request packet:
Offset	Size	Description	(Table 02299)
 00h	BYTE	09h (subfunction "TTS Get Transaction Bits")
SeeAlso: #02300


Format of NetWare "TTS Get Transaction Bits" reply packet:
Offset	Size	Description	(Table 02300)
 00h	BYTE	TTS control flags
		bit 0: forced (automatic) record locking enabled
		bits 1-7: reserved
SeeAlso: #02299