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

ParameterDescription
lpwszCompatibleFrameworksXMLDon't use.
pbstrValidFrameworkTagDon't use.

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

Show: