Share via


fNKSaveCoProcReg (Windows CE 5.0)

Send Feedback

This global variable is used as a flag to tell the kernel when the save/restore of coprocessor registers is performed.

DWORD fNKSaveCoProcReg;

Parameters

None.

Return Values

None.

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 than zero (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 because the need to save registers changes.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.

See Also

OEMKDIoControl | cbNKCoProcRegSize | InterlockedIncrement | InterlockedDecrement

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.