Informs the Microsoft VM garbage collector of a GCFrame to track.
void __cdecl GCFramePush(PVOID pGCFrame, PVOID pObjects, DWORD cbObjectStructSize);
pGCFrame | The address of a garbage collection frame referencing the pObjects structure. |
pObjects | The structure containing the Java objects to track during garbage collection. |
cbObjectStructSize | The size of pObjects structure. |
The garbage collector initializes the structure referenced by pObjects to NULL.