IXRApplication::StartProcessing (Compact 2013)

3/28/2014

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

See Also

Reference

IXRApplication