下你所需,载你所想!
汇集开发技术源码资料

WinACC测试

:5.129KB :1 :2022-10-01 15:03:14

部分简介

WinACC测试如果开发者对于本文件有需要的可以参考。
#include
#include
#include
#include
#include
#pragma comment(lib, "Oleacc.lib")

BOOL Init(HWND hWnd, CComQIPtr& ppAcc)
{
HRESULT hr = AccessibleObjectFromWindow(hWnd, OBJID_WINDOW, IID_IAccessible, (void**)&ppAcc);
if (hr != S_OK)
return FALSE;
return TRUE;

热门推荐

相关文章