⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fnfile.h

📁 T-kernel 的extension源代码
💻 H
字号:
/* *---------------------------------------------------------------------- *    T-Kernel / Standard Extension * *    Copyright (C) 2006 by Ken Sakamura. All rights reserved. *    T-Kernel / Standard Extension is distributed  *      under the T-License for T-Kernel / Standard Extension. *---------------------------------------------------------------------- * *    Version:   1.00.00 *    Released by T-Engine Forum(http://www.t-engine.org) at 2006/8/11. * *---------------------------------------------------------------------- */#include <extension/sys/tkse_ssid.h>#define FM_GET_LNK_FN	(0x00010300 | FM_SVC)#define FM_CHG_WRK_FN	(0x00020100 | FM_SVC)#define FM_CRE_FIL_FN	(0x00030500 | FM_SVC)#define FM_CRE_LNK_FN	(0x00040300 | FM_SVC)#define FM_GEN_FIL_FN	(0x00050500 | FM_SVC)#define FM_OPN_FIL_FN	(0x00060300 | FM_SVC)#define FM_CLS_FIL_FN	(0x00070100 | FM_SVC)#define FM_DEL_FIL_FN	(0x00080300 | FM_SVC)#define FM_SEE_REC_FN	(0x00090400 | FM_SVC)#define FM_FND_REC_FN	(0x000a0500 | FM_SVC)#define FM_FND_LNK_FN	(0x000b0500 | FM_SVC)#define FM_REA_REC_FN	(0x000c0600 | FM_SVC)#define FM_WRI_REC_FN	(0x000d0700 | FM_SVC)#define FM_INS_REC_FN	(0x000e0600 | FM_SVC)#define FM_APD_REC_FN	(0x000f0600 | FM_SVC)#define FM_DEL_REC_FN	(0x00100100 | FM_SVC)#define FM_TRC_REC_FN	(0x00110200 | FM_SVC)#define FM_XCH_FIL_FN	(0x00120200 | FM_SVC)#define FM_LOC_REC_FN	(0x00130200 | FM_SVC)#define FM_CHK_FIL_FN	(0x00140300 | FM_SVC)#define FM_CHG_FMD_FN	(0x00150200 | FM_SVC)#define FM_CHG_FAT_FN	(0x00160200 | FM_SVC)#define FM_CHG_FNM_FN	(0x00170200 | FM_SVC)#define FM_CHG_FTM_FN	(0x00180200 | FM_SVC)#define FM_FIL_STS_FN	(0x00190400 | FM_SVC)#define FM_OFL_STS_FN	(0x001a0400 | FM_SVC)#define FM_LNK_STS_FN	(0x001b0200 | FM_SVC)#define FM_SYN_LNK_FN	(0x001c0200 | FM_SVC)#define FM_GET_DFM_FN	(0x001d0100 | FM_SVC)#define FM_SET_DFM_FN	(0x001e0100 | FM_SVC)#define FM_ATT_FLS_FN	(0x001f0400 | FM_SVC)#define FM_DET_FLS_FN	(0x00200200 | FM_SVC)#define FM_SYN_FLS_FN	(0x00210000 | FM_SVC)#define FM_FLS_STS_FN	(0x00220200 | FM_SVC)#define FM_CHG_FLS_FN	(0x00230300 | FM_SVC)#define FM_GET_NLK_FN	(0x00240100 | FM_SVC)#define FM_LST_FLS_FN	(0x00250200 | FM_SVC)#define FM_MAP_REC_FN	(0x00260500 | FM_SVC)#define FM_UMP_REC_FN	(0x00270200 | FM_SVC)#define FM_CHG_FSM_FN	(0x00280200 | FM_SVC)#define FM_SYN_FIL_FN	(0x00290100 | FM_SVC)#define FM_GETRECINFO_FN	(0x10000600 | FM_SVC)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -