GetVstoSolutionMetadata function

This API supports the Office infrastructure and isn't intended to be used directly from your code.

Syntax

HRESULT WINAPI GetVstoSolutionMetadata(
    LPCWSTR lpwszSolutionMetadataKey,
    ISolutionMetadata** ppSolutionInfo
);

Parameters

Parameter Description
lpwszSolutionMetadataKey Don't use.
ppSolutionInfo Don't use.

Return value

If the function succeeds, it returns S_OK. If the function fails, it returns an error code.