简体   繁体   English

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

[英]What's the meaning of the “Psp” in “PspCreatePicoProcess"

prefix Ps is: process support前缀Ps是:进程支持

prefix Rtl is: Run-time library前缀Rtl是:运行时库

But I don't know, the Psp it also appears in PspAllocateProcess and PspInsertProcess .但我不知道,它也出现在PspAllocateProcessPspInsertProcess中的Psp

Per Windows Internals that would be " process support - private ":根据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).这些主要执行组件中的每一个还使用前缀的变体来表示内部功能 - 前缀的第一个字母后跟i (表示内部),或者完整的前缀后跟p (表示私有)。 For example, Ki represents internal kernel functions, and Psp refers to internal process support functions.例如, Ki表示内部 kernel 函数, Psp表示内部进程支持函数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM