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

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

13 lines
363 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEIMPORTDESCRIPTOR_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEIMPORTDESCRIPTOR_H_
struct NtImageImportDescriptor {
2023-07-24 07:49:06 +00:00
uint32_t ImportLookupTable;
2020-06-15 14:18:57 +00:00
uint32_t TimeDateStamp;
uint32_t ForwarderChain;
2023-07-24 07:49:06 +00:00
uint32_t DllNameRva;
uint32_t ImportAddressTable;
2020-06-15 14:18:57 +00:00
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEIMPORTDESCRIPTOR_H_ */