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