Share via


IXRApplication::RemoveResourceModule (Windows Embedded CE 6.0)

1/6/2010

This method removes this module from the automatic resolution cache that belongs to Silverlight.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveResourceModule(
    HINSTANCE hInstResource
) = 0;

Parameters

  • hInstResource
    [in] HINSTANCE to remove from the module cache that belongs to Silverlight.

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRApplication