mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
changed Parse member of object type
svn path=/trunk/; revision=180
This commit is contained in:
parent
1e4904f8dd
commit
a1fca3d3ae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
/*
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue