“PspCreatePicoProcess”中的"Psp"是什么意思

What's the meaning of the "Psp" in “PspCreatePicoProcess"

前缀 Ps 是:进程支持

前缀Rtl是:运行-时间库

但我不知道,Psp它也出现在PspAllocateProcessPspInsertProcess

根据 Windows Internals 将是“进程支持 - 私有”:

Each of these major executive components also uses a variation of the prefix to denote internal functions - either the first letter of the prefix followed by an i (for internal), or the full prefix followed by a p (for private). For example, Ki represents internal kernel functions, and Psp refers to internal process support functions.