ItsPubPlugin2::GetResource2 method (tspubplugin2com.h)

This method is reserved and should always return E_NOTIMPL.

Syntax

HRESULT GetResource2(
  [in]  LPCWSTR         alias,
        LONG            flags,
  [out] pluginResource2 *resource
);

Parameters

[in] alias

This parameter is reserved.

flags

This parameter is reserved.

[out] resource

This parameter is reserved.

Return value

This method must always return E_NOTIMPL.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header tspubplugin2com.h

See also

ItsPubPlugin2