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
| Parameter | Description |
|---|---|
| lpwszSolutionMetadataKey | Don't use. |
| ppSolutionInfo | Don't use. |
If the function succeeds, it returns S_OK. If the function fails, it returns an error code.
Show: