changed Parse member of object type
authorRex Jolliff <rex@lvcablemodem.com>
Wed, 20 Jan 1999 00:19:08 +0000 (00:19 +0000)
committerRex Jolliff <rex@lvcablemodem.com>
Wed, 20 Jan 1999 00:19:08 +0000 (00:19 +0000)
svn path=/trunk/; revision=180

reactos/include/ddk/obtypes.h

index 8f0818b..fbb0479 100644 (file)
@@ -73,7 +73,7 @@ typedef struct _OBJECT_TYPE
     * PURPOSE: Called when an open attempts to open a file apparently
     * residing within the object
     */
-   VOID (*Parse)(VOID);
+   PVOID (*Parse)(struct _OBJECT *ParsedObject, PWSTR UnparsedSection);
    
    /*
     */