VMPCD_Get_Thread_State


mov esi, OFFSET 32 SaveBuffer
mov edi ThreadHandle
VxDcall VMPCD_Get_Thread_State

Retrieves the current state (environment and register stack) of the floating point unit (FPU) for the given thread. Uses Flags.

SaveBuffer

Address of a buffer that receives the state information.

ThreadHandle

Handle of thread for which to retrieve the FPU state.