Microsoft SDK for Java

ThreadEntryFrame

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.

Syntax

typedef struct {

DWORD reserved[6];

} ThreadEntryFrame;

Parameters

reserved Reserved for the Microsoft VM.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.