Last active
September 13, 2023 12:58
-
-
Save hxm-cpp/fcfdf4ab97f64ac8325ab49cfdd0f97f to your computer and use it in GitHub Desktop.
Windows Apis Prefixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alpc = Advanced Local Inter-Process Communication | |
Cc = Common Cache | |
Cm = Configuration Manager | |
Dbgk = Debugging Framework for User-Mode | |
Em = Errata Manager | |
Etw = Event Tracing for Windows | |
Ex = Executive support routines | |
FsRtl = File System driver Run-Time Library | |
Hal = Hardware Abstraction Layer | |
Hvl = Hyper visor Library | |
Io = I/O Manager | |
Kd = Kernel Debugger | |
Ke = Kernel | |
Lsa = Local Security Authority | |
Mm = Memory Manager | |
Nt = NT System Services | |
Ob = Object Manager | |
Pf = Prefetcher | |
Po = Power Manager | |
Pp = PnP Manager | |
Ps = Process Support | |
Rtl = Run-time Library | |
Se = Security | |
Tm = Transaction Manager | |
Vf = Verifier (Driver Verifier) | |
Whea = Windows Hardware Error Architecture | |
Wmi = Windows Management Instrumentation | |
Wdi = Windows Diagnostic Infrastructure | |
Zw = Similar to NT, but sets access mode to Kernel, w |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment