changed Parse member of object type

svn path=/trunk/; revision=180
This commit is contained in:
Rex Jolliff 1999-01-20 00:19:08 +00:00
parent 1e4904f8dd
commit a1fca3d3ae

View 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);
/*
*/