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
- ExitCode
[in] Unsigned integer value that you passed into IXRApplication::StartProcessing earlier.
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 |