WindowsXP-SP1/windows/oleacc/oleacc/desktop.h
2020-09-30 16:53:49 +02:00

24 lines
592 B
C++

// Copyright (c) 1996-1999 Microsoft Corporation
// --------------------------------------------------------------------------
//
// DESKTOP.H
//
// (Real not shell) Desktop client support
//
// --------------------------------------------------------------------------
class CDesktop : public CClient
{
public:
// IAccessible
virtual STDMETHODIMP get_accName(VARIANT, BSTR*);
virtual STDMETHODIMP get_accFocus(VARIANT*);
virtual STDMETHODIMP get_accSelection(VARIANT*);
CDesktop(HWND, long);
};