次の方法で共有


IXRApplication::RemoveResourceModule (Compact 2013)

3/28/2014

This method removes this module from the automatic resolution cache that belongs to XAML for Windows Embedded.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveResourceModule(
    HINSTANCE hInstResource
) = 0;

Parameters

  • hInstResource
    [in] HINSTANCE to remove from the module cache that belongs to XAML for Windows Embedded.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

You can pass the same HINSTANCE into this method that you passed into an earlier call to IXRApplication::AddResourceModule.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRApplication