IXpsOMCanvas::SetDictionaryResource method (xpsobjectmodel.h)
Sets the IXpsOMRemoteDictionaryResource interface pointer of the remote dictionary resource.
Syntax
HRESULT SetDictionaryResource(
[in] IXpsOMRemoteDictionaryResource *remoteDictionaryResource
);
Parameters
[in] remoteDictionaryResource
The IXpsOMRemoteDictionaryResource interface of the remote dictionary resource. A NULL pointer releases any previously assigned dictionary resource.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the table that follows. For information about XPS document API return values that are not listed in this table, see XPS Document Errors.
Return code | Description |
---|---|
|
The method succeeded. |
|
remoteDictionaryResource does not point to a recognized interface implementation. Custom implementation of XPS Document API interfaces is not supported. |
Remarks
After calling this method, GetDictionaryLocal returns a NULL pointer in the resourceDictionary parameter.
Most recent method called | Object that is returned in resourceDictionary by GetDictionary | Object that is returned in resourceDictionary by GetDictionaryLocal | Object that is returned in remoteDictionaryResource by GetDictionaryResource |
---|---|---|---|
The local dictionary that is set by SetDictionaryLocal. | The local dictionary that is set by SetDictionaryLocal. | NULL pointer. | |
SetDictionaryResource (this method) | The shared dictionary in the dictionary resource that is set by SetDictionaryResource. | NULL pointer. | The remote dictionary resource that is set by SetDictionaryResource. |
Neither SetDictionaryLocal nor SetDictionaryResource has been called yet. | NULL pointer. | NULL pointer. | NULL pointer. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | xpsobjectmodel.h |