mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
27
libc/nt/struct/fileallinformation.h
Normal file
27
libc/nt/struct/fileallinformation.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_FILEALLINFORMATION_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_STRUCT_FILEALLINFORMATION_H_
|
||||
#include "libc/nt/struct/fileaccessinformation.h"
|
||||
#include "libc/nt/struct/filealignmentinformation.h"
|
||||
#include "libc/nt/struct/filebasicinformation.h"
|
||||
#include "libc/nt/struct/fileeainformation.h"
|
||||
#include "libc/nt/struct/fileinternalinformation.h"
|
||||
#include "libc/nt/struct/filemodeinformation.h"
|
||||
#include "libc/nt/struct/filenameinformation.h"
|
||||
#include "libc/nt/struct/filepositioninformation.h"
|
||||
#include "libc/nt/struct/filestandardinformation.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct NtFileAllInformation {
|
||||
struct NtFileBasicInformation BasicInformation;
|
||||
struct NtFileStandardInformation StandardInformation;
|
||||
struct NtFileInternalInformation InternalInformation;
|
||||
struct NtFileEaInformation EaInformation;
|
||||
struct NtFileAccessInformation AccessInformation;
|
||||
struct NtFilePositionInformation PositionInformation;
|
||||
struct NtFileModeInformation ModeInformation;
|
||||
struct NtFileAlignmentInformation AlignmentInformation;
|
||||
struct NtFileNameInformation NameInformation;
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_FILEALLINFORMATION_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue