diff --git a/descriptions/ntqueryinformationprocess.md b/descriptions/ntqueryinformationprocess.md index 6aed7441f90..195a413c32b 100644 --- a/descriptions/ntqueryinformationprocess.md +++ b/descriptions/ntqueryinformationprocess.md @@ -31,6 +31,7 @@ For the list of supported info classes and required process access, see `PROCESS - [`GetProcessVersion`](https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getprocessversion) - [`GetProcessGroupAffinity`](https://learn.microsoft.com/en-us/windows/win32/api/processtopologyapi/nf-processtopologyapi-getprocessgroupaffinity) - [`GetPriorityClass`](https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getpriorityclass) + - [`GetLogicalDrives`](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getlogicaldrives) # See also - `NtSetInformationProcess` diff --git a/descriptions/processinfoclass.md b/descriptions/processinfoclass.md index 0872788c6a8..6420567fd33 100644 --- a/descriptions/processinfoclass.md +++ b/descriptions/processinfoclass.md @@ -318,6 +318,7 @@ When using `PROCESS_DEVICEMAP_INFORMATION_EX` to query information, the caller m ### Related Win32 API - [`DriveType`](https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-drivetype) + - [`GetLogicalDrives`](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getlogicaldrives) ### See also - `OBJ_IGNORE_IMPERSONATED_DEVICEMAP`