This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/lmuseflg.h

45 lines
758 B
C

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1991-1999 Microsoft Corporation
Module Name:
lmuseflg.h
Abstract:
This file contains deletion force levels for deleting a connection.
Environment:
User Mode - Win32
Notes:
This file has no dependencies. It is included by lmwksta.h and
lmuse.h.
Revision History:
--*/
#ifndef _LMUSEFLG_
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define _LMUSEFLG_
#if _MSC_VER > 1000
#pragma once
#endif
//
// Definition for NetWkstaTransportDel and NetUseDel deletion force levels
//
#define USE_NOFORCE 0
#define USE_FORCE 1
#define USE_LOTS_OF_FORCE 2
#pragma option pop /*P_O_Pop*/
#endif // _LMUSEFLG_