Share via


IXRApplication::StopProcessing (Windows Embedded CE 6.0)

1/6/2010

This method stops processing messages for this thread.

Syntax

virtual HRESULT STDMETHODCALLTYPE StopProcessing(
    UINT ExitCode
) = 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

An application can call this method when it shuts down.

.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