PsGetCurrentServerSilo 函式 (ntddk.h)
此例程會傳回線程的有效伺服器尋址接收器。
語法
PESILO PsGetCurrentServerSilo();
傳回值
目前伺服器尋址接收器的指標。 此指針對目前線程有效,但在傳送至另一個線程之前,必須先參考此指標(例如,透過 workitem)。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 10 版本 1607 |
支援的最低伺服器 | Windows Server 2016 |
目標平臺 | 窗戶 |
標頭 | ntddk.h |
IRQL | IRQL_requires_max(DISPATCH_LEVEL) |