vcefsd.def

来自「我自己编译的armv4i wince60模拟器的bps源文件,已经验证可以使用,」· DEF 代码 · 共 54 行

DEF
54
字号
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
;
LIBRARY 	VCEFSD

EXPORTS
    FSD_MountDisk=VCEFSD_MountDisk
    FSD_UnmountDisk=VCEFSD_UnmountDisk
    FSD_CreateDirectoryW=VCEFSD_CreateDirectoryW
    FSD_RemoveDirectoryW=VCEFSD_RemoveDirectoryW
    FSD_GetFileAttributesW=VCEFSD_GetFileAttributesW
    FSD_SetFileAttributesW=VCEFSD_SetFileAttributesW
    FSD_DeleteFileW=VCEFSD_DeleteFileW
    FSD_MoveFileW=VCEFSD_MoveFileW
    FSD_DeleteAndRenameFileW=VCEFSD_DeleteAndRenameFileW
    FSD_GetDiskFreeSpaceW=VCEFSD_GetDiskFreeSpaceW
    FSD_Notify=VCEFSD_Notify
    FSD_FindFirstFileW=VCEFSD_FindFirstFileW
    FSD_FindNextFileW=VCEFSD_FindNextFileW
    FSD_FindClose=VCEFSD_FindClose
    FSD_CreateFileW=VCEFSD_CreateFileW
    FSD_ReadFile=VCEFSD_ReadFile
    FSD_ReadFileWithSeek=VCEFSD_ReadFileWithSeek
    FSD_WriteFile=VCEFSD_WriteFile
    FSD_WriteFileWithSeek=VCEFSD_WriteFileWithSeek
    FSD_SetFilePointer=VCEFSD_SetFilePointer
    FSD_GetFileSize=VCEFSD_GetFileSize
    FSD_GetFileInformationByHandle=VCEFSD_GetFileInformationByHandle
    FSD_FlushFileBuffers=VCEFSD_FlushFileBuffers
    FSD_GetFileTime=VCEFSD_GetFileTime
    FSD_SetFileTime=VCEFSD_SetFileTime
    FSD_SetEndOfFile=VCEFSD_SetEndOfFile
    FSD_CloseFile=VCEFSD_CloseFile
    FSD_RegisterFileSystemFunction=VCEFSD_RegisterFileSystemFunction
	DSK_Init
	DSK_Deinit=DSK_DeinitClose
	DSK_Open=DSK_Dud
	DSK_Close=DSK_DeinitClose
	DSK_Read=DSK_Dud
	DSK_Write=DSK_Dud
	DSK_Seek=DSK_Dud
	DSK_IOControl
	DSK_PowerDown=DSK_Power
	DSK_PowerUp=DSK_Power

⌨️ 快捷键说明

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