X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fddk%2Fiotypes.h;h=3d6b27a1520e27b37744ffb1a42f13e4c869e4b0;hp=d04fd7f5a5b79fd96ed78180b106ccc95a132117;hb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;hpb=83300d602d72c8c64d110c3086f98fd970d3ba07 diff --git a/include/ddk/iotypes.h b/include/ddk/iotypes.h index d04fd7f..3d6b27a 100644 --- a/include/ddk/iotypes.h +++ b/include/ddk/iotypes.h @@ -432,6 +432,14 @@ typedef struct __attribute__((packed)) _IO_STACK_LOCATION struct _SCSI_REQUEST_BLOCK *Srb; } Scsi; + //byte range file locking + struct + { + PLARGE_INTEGER Length; + ULONG Key; + LARGE_INTEGER ByteOffset; + } LockControl; + /* Paramters for other calls */ struct {