dnsapi: add DnsGetCacheDataTable stub

Hans Leidekker hans at codeweavers.com
Fri May 20 02:05:45 CDT 2016


On Thu, 2016-05-19 at 23:27 -0500, Austin English wrote: 
> +typedef int (*DNS_GET_CACHE_DATA_TABLE)(PDNSCACHEENTRY);

You don't need this.

> +DNS_GET_CACHE_DATA_TABLE WINAPI DnsGetCacheDataTable( DNSCACHEENTRY *cache )
> +{
> +    FIXME( "(%p) stub\n", cache);
> +    return ERROR_SUCCESS;
> +}

It should probably return DNS_STATUS and the parameter might actually be
DNSCACHEENTRY **. Some tests would be helpful here.





More information about the wine-devel mailing list