This structure is used in the PrepareThreadForJava and UnprepareThreadForJava functions. These functions are thread exit and entry functions that wrap calls into the Microsoft VM.
typedef struct {
DWORD reserved[6];
} ThreadEntryFrame;
reserved | Reserved for the Microsoft VM. |