Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

UiaRaiseAsyncContentLoadedEvent function

Called by a provider to notify the Microsoft UI Automation core that content is being loaded asynchronously.

Syntax


HRESULT WINAPI UiaRaiseAsyncContentLoadedEvent(
  _In_  IRawElementProviderSimple *pProvider,
  _In_  AsyncContentLoadedState asyncContentLoadedState,
  _In_  double percentComplete
);

Parameters

pProvider [in]

Type: IRawElementProviderSimple*

The provider node where the content is being loaded.

asyncContentLoadedState [in]

Type: AsyncContentLoadedState

The current state of loading.

percentComplete [in]

Type: double

The percentage of content that has been loaded.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2003 [desktop apps | Windows Store apps]

Header

UIAutomationCoreApi.h

Library

Uiautomationcore.lib

DLL

Uiautomationcore.dll

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Community Additions

© 2013 Microsoft. All rights reserved.