IXRApplication::StopProcessing (Compact 2013)
3/28/2014
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 |