From bf4b590b55b8f8a74856de4adb105a3f6b0fdd49 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 4 Jan 2015 02:58:13 -0500 Subject: [PATCH] More TODOs. --- wintable/new/accessibility.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/new/accessibility.h b/wintable/new/accessibility.h index 71e88e2..3900cd2 100644 --- a/wintable/new/accessibility.h +++ b/wintable/new/accessibility.h @@ -47,6 +47,7 @@ static ULONG STDMETHODCALLTYPE tableAccRelease(IAccessible *this) // disregard IDispatch: http://msdn.microsoft.com/en-us/library/windows/desktop/cc307844.aspx // TODO DISP_E_MEMBERNOTFOUND? http://blogs.msdn.com/b/saraford/archive/2004/08/20/which-controls-support-which-msaa-properties-and-how-these-controls-implement-msaa-properties.aspx +// TODO relegate these to the standard object? static HRESULT STDMETHODCALLTYPE tableAccGetTypeInfoCount(IAccessible *this, UINT *pctinfo) {