Other OAL Functions (Windows Embedded CE 6.0)
1/5/2010
The following table shows other OAL functions.
Programming element | Description |
---|---|
This function initiates a power up or down sequence for all loaded file system drivers. |
|
This function initiates a power–down or suspend state. It is called by an OEM. |
|
This function initializes a public key to be used for signature verification. |
|
This function converts a local file time to a file time based on the Universal Time Coordinate (UTC). |
|
This function loads a DLL into the kernel's address space. |
|
This function points to the OEMReadDebugByte function by default. It is defined in the kernel. |
|
This function points to the OEMWriteDebugByte function by default. It is defined in the kernel. |
|
This function points to the OEMWriteDebugString function by default. It is defined in the kernel. |
|
This function determines if a particular interrupt identifier, or SYSINTR, value is valid. |
|
This function puts the CPU into ring 0, if it is not already there. It is a C wrapper function for the x86 RDMSR instruction. |
|
This function creates a specified key. If the key already exists in the registry, the function opens it. |
|
This function releases the handle of the specified key. |
|
This function opens the specified key. |
|
This function retrieves the type and data for a specified value name associated with an open registry key. |
|
This function stores data in the value field of an open registry key. It can also set additional value and type information for the specified key. |
|
This function replaces the default abort handler on an ARM built OS. It is used by OEMs. |
|
This function changes the per-page attributes for a range of virtual memory, which is usually copied from a physical location not known to the kernel. It is used by driver developers. |
|
This function puts the CPU into ring 0, if it is not already there. It is a C wrapper function for the x86 WRMSR instruction. |
|
This function notifies the system that a system setting was changed. |
|
This function allocates heaps. It is a custom function. |
|
This function enumerates a device name. |
|
This function deallocates heaps. It is a custom function. |
|
This function is called when a KitlSetTimerCallback registered timer expires. |
|
This function calls the kernel to do the final power–down steps before suspending the device. |
|
This function resets the object store when a device resets. |
|
This function enables enhanced memory management features of Windows Embedded CE. |
|
This function maps the VSPF_* flags to SH4 virtual page attribute flags and sets the flags for all the pages in the range specified by the lpvAddres and cbSize parameters. |