[PATCH 2/3] mstask: Task stub with AddRef, QueryInterface, and Release

Dan Hipschman dsh at linux.ucla.edu
Tue Jul 29 22:28:53 CDT 2008


On Tue, Jul 29, 2008 at 04:45:31PM -0700, Roy Shea wrote:
> +static HRESULT WINAPI MSTASK_ITask_GetTriggerString(
> +        ITask* iface,
> +        WORD iTrigger,
> +        LPWSTR *ppwszTrigger)
> +{
> +    FIXME("(%p, %d, %p): stub\n", iface, iTrigger, ppwszTrigger);
> +    FIXME("Not implemented\n");
> +    return E_NOTIMPL;
> +}

Forgot to remove the original FIXME.




More information about the wine-devel mailing list