[PATCH v2 05/10] ntoskrnl.exe: Implement PsLookupProcessByProcessId.

Zebediah Figura z.figura12 at gmail.com
Tue Apr 9 18:36:52 CDT 2019


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?



More information about the wine-devel mailing list