[NTOS:KD64] The DbgKdPageInApi, introduced in NT4, has been obsoleted in NT5.

It has been replaced by ExpDebuggerPageIn support in ExpDebuggerWorker().
This commit is contained in:
Hermès Bélusca-Maïto 2024-12-07 16:29:02 +01:00
parent 08ed0988ff
commit b15dcb5cf6
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -1497,8 +1497,9 @@ SendPacket:
case DbgKdPageInApi:
/* TODO */
KdpDprintf("Page-In support is unimplemented!\n");
/* This API, introduced in NT4, has been obsoleted in NT5. It is
* replaced by ExpDebuggerPageIn support in ExpDebuggerWorker(). */
KdpDprintf("DbgKdPageInApi is obsolete!\n");
KdpNotSupported(&ManipulateState);
break;