Windows Kernel Function Name

Source: Internet
Author: User

Windows kernel functions have a good feature in naming, that is, function names are all prefixed by their levels or modules. After learning about these prefixes, you can see a function name to roughly understand the hierarchy and modules of the function. The main prefixes are:

Ex: management layer. ex is the first two letters of executive.

KE: the core layer. Ke is the first two letters of the kernel.

HAL: Hardware Abstraction Layer. Hal is the abbreviation of hardware Hardware Abstraction action layer.

Ob: Object Management. Ob is the first two letters of an object.

MM: memory management. mm is short for Memory Manager.

PS: Process (thread) management. PS indicates process.

SE: Security Management. Se is the first two letters of security.

IO: I/O management.

FS: File System. FS is short for file system.

Cc: File Cache Management. CC indicates cache.

CM: System Configuration Management. CM is short for Configuration Manager.

PP: "plug-and-play" management. PP indicates PNP.

RTL: RuntimeProgramLibrary. RTL is the abbreviation of Runtime Library.

 

Http://book.csdn.net/bookfiles/1044/100104431305.shtml

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.