This structure is used to wrap a garbage collection frame from native RNI code. It is used in the GCFramePush and GCFramePop methods. For more information on garbage collection issues, see the Overview of the Garbage Collection Architecture.
typedef struct {DWORD reserved[6];
} GCFrame;
reserved | Reserved for the Microsoft VM. |