For the complete documentation index, see llms.txt. This page is also available as Markdown.

IMAGE_THUNK_DATA64

public struct IMAGE_THUNK_DATA64
{
    public Anonymous Union;

    [StructLayout(LayoutKind.Explicit)]
    public struct Anonymous
    {
        [FieldOffset(0)]
        public ulong ForwarderString;

        [FieldOffset(0)]
        public ulong Function;

        [FieldOffset(0)]
        public ulong Ordinal;

        [FieldOffset(0)]
        public ulong AddressOfData;
    }
}

Last updated