DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦2bf9ec8e5⟧ TextFile

    Length: 640 (0x280)
    Types: TextFile
    Names: »AM86DRC.H«

Derivation

└─⟦57f0389e8⟧ Bits:30005761 SW1611 Access Manager v. 1.0
    └─ ⟦this⟧ »AM86DRC.H« 

TextFile

struct am86strg æ
	BYTE len;
	char strÆMAX_KEY_LEN+1Å;
		å;

#define N_LOCK 0 /* NO LOCK/UNLOCK REQUEST                         */
#define S_LOCK 1 /* SHARED RECORD LOCK/UNLOCK                      */  
#define X_LOCK 2 /* EXCLUSIVE RECORD LOCK/UNLOCK                   */ 
#define S_FILE 3 /* SHARED FILE LOCK/UNLOCK                        */
#define X_FILE 4 /* EXCLUSIVE FILE LOCK/UNLOCK                     */ 
#define R_LOCK 5 /* SHARED/EXCLUSIVE RECORD UNLOCK		   */
#define A_FILE 6 /* UNLOCK ALL LOCKS ON A FILE FOR CALLING USER    */
#define A_USER 7 /* UNLOCK ALL LOCKS ON ALL FILES FOR CALLING USER */
«eof»