Obsolete Kernel APIs
Other versions of this page are also available for the following:
8/28/2008
This topic shows the kernel APIs that are obsolete as of Windows Embedded CE 6.0.
The following table shows the APIs that are obsolete as of Windows Embedded CE 6.0, and any available porting information.
Function | Porting information |
---|---|
Obsolete. Consider switching to CreateFile. The handle-closing semantics for CreateFile are different from those of CreateFileForMapping. The kernel automatically closes the handle you receive from CreateFileForMapping, but you must close the handle you receive from CreateFile. |
|
Obsolete. Use DeactivateDevice instead. |
|
Obsolete. Use GetDirectCallerProcessId or GetCallerVMProcessId instead. |
|
Obsolete. The number of API sets has been extended, and the API set identifiers have changed. IsAPIReady works only for API sets that existed before Windows Embedded CE 6.0, and not for new API sets available with Windows Embedded CE 6.0. For the new API sets, use WaitForAPIReady or a ready-event signaling mechanism. |
|
Obsolete. Use ActivateDeviceEx instead. |
See Also
Other Resources
Kernel API Modifications: Windows CE 5.0 vs. Windows Embedded CE 6.0
Kernel Migration