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