cosmopolitan/libc/nt/struct/filerenameinformation.h

12 lines
312 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_FILERENAMEINFORMATION_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_FILERENAMEINFORMATION_H_
struct NtFileRenameInformation {
bool32 Replace;
void *RootDir;
uint32_t FileNameLength;
char16_t FileName[1];
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_FILERENAMEINFORMATION_H_ */