From a1fca3d3ae78a0bbc3b3692e1fe55ffded98277f Mon Sep 17 00:00:00 2001 From: Rex Jolliff Date: Wed, 20 Jan 1999 00:19:08 +0000 Subject: [PATCH] changed Parse member of object type svn path=/trunk/; revision=180 --- reactos/include/ddk/obtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/obtypes.h b/reactos/include/ddk/obtypes.h index 8f0818b69de..fbb04790a04 100644 --- a/reactos/include/ddk/obtypes.h +++ b/reactos/include/ddk/obtypes.h @@ -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); /* */