On 04/09/2019 02:29 PM, Derek Lesho wrote:
diff --git a/include/ddk/ntifs.h b/include/ddk/ntifs.h index abe357fbc9..ffa103bcc5 100644 --- a/include/ddk/ntifs.h +++ b/include/ddk/ntifs.h @@ -132,5 +132,6 @@ typedef struct _FS_FILTER_CALLBACKS BOOLEAN WINAPI FsRtlIsNameInExpression(PUNICODE_STRING, PUNICODE_STRING, BOOLEAN, PWCH); NTSTATUS WINAPI ObQueryNameString(PVOID,POBJECT_NAME_INFORMATION,ULONG,PULONG); void WINAPI PsRevertToSelf(void); +NTSTATUS WINAPI PsLookupProcessByProcessId(HANDLE,PEPROCESS*);
#endif
Nitpick, but can you please keep this alphabetized, as in other DDK headers?