Home
last modified time | relevance | path

Searched defs:_FAST_IO_DISPATCH (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h5317 typedef struct _FAST_IO_DISPATCH { struct
5318 ULONG SizeOfFastIoDispatch;
5319 PFAST_IO_CHECK_IF_POSSIBLE FastIoCheckIfPossible;
5320 PFAST_IO_READ FastIoRead;
5321 PFAST_IO_WRITE FastIoWrite;
5322 PFAST_IO_QUERY_BASIC_INFO FastIoQueryBasicInfo;
5323 PFAST_IO_QUERY_STANDARD_INFO FastIoQueryStandardInfo;
5324 PFAST_IO_LOCK FastIoLock;
5325 PFAST_IO_UNLOCK_SINGLE FastIoUnlockSingle;
5326 PFAST_IO_UNLOCK_ALL FastIoUnlockAll;
[all …]