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