ITsSbProvider::GetResourcePluginStore method (sbtsv.h)

Retrieves an ITsSbResourcePluginStore instance of the resource plug-in store.

Plug-ins can call this method if they have access to the ITsSbProvider and ITsSbResourcePlugin objects that own the store. This method returns an instance of the resource plug-in store.

Syntax

HRESULT GetResourcePluginStore(
  [out] ITsSbResourcePluginStore **ppStore
);

Parameters

[out] ppStore

A pointer to a pointer to an ITsSbResourcePluginStore resource plug-in store object. When you have finished using the object, release it by calling the Release method.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following list.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012
Target Platform Windows
Header sbtsv.h

See also

ITsSbProvider

ITsSbResourcePlugin

ITsSbResourcePluginStore