See also ISA.
For more information, see the topic Surface Types.
Using EMF spool files also promotes printer device independence. For example, a picture that measures 2 inches by 4 inches on a VGA display and that is stored in an EMF maintains these original dimensions, regardless of the printer's resolution.
Each event object can be classified as either of the following:
See also structured exception handling.
Kernel-mode drivers also call kernel-mode support routines supplied by executive components, including (but not limited to) routines beginning with the prefix "Ex" for Ex(ecutive) Support. Other support routines of interest to drivers begin with the prefixes Ke(rnel), Po (for Power), Ps (for Process Structure), Ob(ject), Io (for I/O Manager), Mm (for Memory Manager), Se(curity Manager), Rtl (Run-Time Library), and FsRtl (for File System Run-Time Library).
Note that drivers, including device, intermediate, and file system drivers, are considered part of the executive after they are loaded. The "operating system" visible to end users is actually a protected subsystem that runs in user mode on top of the executive, and calls system services. That is, the executive is hidden from end users by a subsystem-supplied interface that emulates Windows®, POSIX, or some other operating system.
See also Zw routines.