Re: [PATCH 2/3] mstask: Task stub with AddRef, QueryInterface, and Release
July 29, 2008
10:28 p.m.
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.
6496
Age (days ago)
6496
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Hipschman