ITsSbProvider::GetInstanceOfGlobalStore method (sbtsv.h)

Retrieves an ITsSbGlobalStore instance of the global store object.

Plug-ins can use this method to get an instance of the global store object. The global store object is designed for use by filter plug-ins that do not have access to the resource plug-in store.

Syntax

HRESULT GetInstanceOfGlobalStore(
  [out] ITsSbGlobalStore **ppGlobalStore
);

Parameters

[out] ppGlobalStore

A pointer to a pointer to a global store object. When you have finished using the object, release it by calling the Release method.

Return value

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

Requirements

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

See also

ITsSbGlobalStore

ITsSbProvider