Bernhard Loos <[email protected]> writes: > @@ -774,6 +775,28 @@ static void test_query_object(void) > pNtClose( handle ); > } > > +static void test_type_mismatch(void) > +{ > + HANDLE h; > + NTSTATUS res; > + OBJECT_ATTRIBUTES attr; > + > + attr.Length = sizeof(attr); > + attr.RootDirectory = 0; > + attr.ObjectName = NULL; > + attr.Attributes = 0; > + attr.SecurityDescriptor = NULL; > + attr.SecurityQualityOfService = NULL; > +
Please avoid messing up the indentation. -- Alexandre Julliard [email protected]
