Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Win32.PROCESS_QUERY_LIMITED_INFORMATION

Andrew Lambert edited this page Jul 23, 2014 · 4 revisions

#Win32.PROCESS_QUERY_LIMITED_INFORMATION

##Method Signature

    Function PROCESS_QUERY_LIMITED_INFORMATION() As Integer

##Return value

OS Value Comment
2000, XP, 2003 &h400 Same as PROCESS_QUERY_INFORMATION
Vista, 7, 8, 8.1 &h1000 The actual value of PROCESS_QUERY_LIMITED_INFORMATION

##Notes If running on Vista or newer this method returns PROCESS_QUERY_LIMITED_INFORMATION.

However, this value is not supported on XP or older so the older PROCESS_QUERY_INFORMATION value is returned on these systems instead.

##See also

Clone this wiki locally