Skip to content

Commit 05dfc83

Browse files
committed
[NDK] Add FILE_MODE_INFORMATION
1 parent 3368adc commit 05dfc83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sdk/include/ndk/iotypes.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ typedef struct _FILE_PIPE_PEEK_BUFFER
892892
CHAR Data[1];
893893
} FILE_PIPE_PEEK_BUFFER, *PFILE_PIPE_PEEK_BUFFER;
894894

895+
typedef struct _FILE_MODE_INFORMATION
896+
{
897+
ULONG Mode;
898+
} FILE_MODE_INFORMATION, *PFILE_MODE_INFORMATION;
899+
895900
//
896901
// I/O Error Log Structures
897902
//

0 commit comments

Comments
 (0)