cosmopolitan/libc/nt/struct/filemailslotqueryinformation.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
392 B
C
Raw Permalink Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_FILEMAILSLOTQUERYINFORMATION_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_FILEMAILSLOTQUERYINFORMATION_H_
struct NtFileMailslotQueryInformation {
uint32_t MaximumMessageSize;
uint32_t MailslotQuota;
uint32_t NextMessageSize;
uint32_t MessagesAvailable;
int64_t ReadTimeout;
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_FILEMAILSLOTQUERYINFORMATION_H_ */