"Erich E. Hoover" <ehoo...@mymail.mines.edu> writes:

> +    else
> +    {
> +        struct object_type *type = obj->ops->get_type( obj );
> +        static const WCHAR key_type[] = {'K','e','y'};
> +        const WCHAR *type_name = NULL;
> +        data_size_t type_len = 0;
> +
> +        if (!type) goto done;
> +        type_name = get_object_name( &type->obj, &type_len );
> +        release_object( type );
> +        if (memcmp(type_name, key_type, type_len) != 0) goto done;
> +    }

You clearly need to spend more time studying how the server works.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to