GetValidCompatibleFramework Function
This API supports the Office infrastructure and isn't intended to be used directly from your code.
HRESULT WINAPI GetValidCompatibleFramework(
LPCWSTR lpwszCompatibleFrameworksXML,
BSTR* pbstrValidFrameworkTag
);
Parameters
| Parameter | Description |
|---|---|
| lpwszCompatibleFrameworksXML | Don't use. |
| pbstrValidFrameworkTag | Don't use. |
If the function succeeds, it returns S_OK. If the function fails, it returns an error code.
Show: