Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/5/2010
This global variable is used as a flag to tell the kernel when the save/restore of coprocessor registers is performed.
Syntax
DWORD fNKSaveCoProcReg;
Parameters
None.
Return Value
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
| Header | Developer Implemented |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Optional OAL Variables
OEMKDIoControl
cbNKCoProcRegSize