IBrowserService::CacheOLEServer method (shdeprecated.h)

Deprecated. Caches a reference to an external object to avoid reloading the server on reuse.

Syntax

HRESULT CacheOLEServer(
  [in] IOleObject *pole
);

Parameters

[in] pole

Type: IOleObject*

A pointer to an IOleObject interface that represents the external object.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header shdeprecated.h