fNKSaveCoProcReg
This global variable is used as a flag to tell the kernel when the save/restore of coprocessors registers is performed.
DWORD fNKSaveCoProcReg;
Remarks
To enable the save/restore coprocessor registers, declare the variable in the OAL.
extern DWORD fNKSaveCoProcReg;
Both cbNKCoProcRegSize and fNKSaveCoProcReg must be set to a value greater thanzero (0)for the OAL functions to be called.
The fNKSaveCoProcReg parameter is used as a flag to turn on and off save or restore coprocessor registers. This can change over time as the need to save registers comes and goes.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Schedule.c.
See Also
OEMKDIoControl | cbNKCoProcRegSize | InterlockedIncrement | InterlockedDecrement
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.