GetVstoSolutionMetadata Function

 

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

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

Parameters

ParameterDescription
lpwszSolutionMetadataKeyDon't use.
ppSolutionInfoDon't use.

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

Show: