Tech Support > Microsoft Windows > Drivers > how to get the type of parameters for the following syscalls?
how to get the type of parameters for the following syscalls?
Posted by xiangshifu on August 6th, 2004


how to get the type of parameters for the following syscalls?

NtUserGetMessage
NtUserDispatchMessage
NtUserPeekMessage

KiSwapThread
SwapContext


Posted by Maxim S. Shatskih on August 6th, 2004


KiSwapThread and SwapContext are not even exported from the kernel, so,
forget about them at all. You will not even be able to find them in the kernel
image.

They are useful only if you want to know NT better, but cannot be used for
any practical purpose.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"xiangshifu" <shifu_xiang@creawor.com> wrote in message
news:OeO96V6eEHA.3792@TK2MSFTNGP09.phx.gbl...



Similar Posts