Share via


IXRApplication::StartProcessing (Windows Embedded CE 6.0)

1/6/2010

This method starts processing messages for this thread and for all operating-system (OS) windows on this thread. It does not return until IXRApplication::StopProcessing is called.

Syntax

virtual HRESULT STDMETHODCALLTYPE StartProcessing(
    UINT* pExitCode
) = 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

An application can call this method to start processing messages after it loads and parses the XAML markup, generates the element tree, and creates the visual host.

.NET Framework Equivalent

None.

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRApplication