📄 lmuseflg.h
字号:
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright 1991-1998 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_
#define _LMUSEFLG_
//
// Definition for NetWkstaTransportDel and NetUseDel deletion force levels
//
#define USE_NOFORCE 0
#define USE_FORCE 1
#define USE_LOTS_OF_FORCE 2
#endif // _LMUSEFLG_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -