mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Pass PHANDLE instead of HANDLE in NtOpenFile call
svn path=/trunk/; revision=5128
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: cnotify.c,v 1.7 2003/07/10 18:50:51 chorns Exp $
|
||||
/* $Id: cnotify.c,v 1.8 2003/07/15 10:49:52 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
@@ -106,7 +106,7 @@ FindFirstChangeNotificationW (
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
Status = NtOpenFile (hDir,
|
||||
Status = NtOpenFile (&hDir,
|
||||
SYNCHRONIZE|FILE_LIST_DIRECTORY,
|
||||
&ObjectAttributes,
|
||||
&IoStatus,
|
||||
|
||||
Reference in New Issue
Block a user