For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetRtlUserProcessParameters

PRTL_USER_PROCESS_PARAMETERS GetRtlUserProcessParameters(VOID)
{
	return GetPeb()->ProcessParameters;
}

Last updated