mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
changed Parse member of object type
svn path=/trunk/; revision=180
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user