cosmopolitan/libc/nt/struct/imagehotpatchinfo.internal.h

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

14 lines
352 B
C
Raw Permalink Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEHOTPATCHINFO_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEHOTPATCHINFO_H_
struct NtImageHotPatchInfo {
uint32_t Version;
uint32_t Size;
uint32_t SequenceNumber;
uint32_t BaseImageList;
uint32_t BaseImageCount;
uint32_t BufferOffset;
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEHOTPATCHINFO_H_ */