GetAutoInsertExtensions Method

 

Gets information about the apps for Office that are to be automatically inserted during debugging.

This method is reserved for future use.

HRESULT GetAutoInsertExtensions(  
    [out, retval] SAFEARRAY(BSTR)* psaExtensionNames  
);  

Parameters

ParameterDescription
psaExtensionNamesThe extension names of the apps for Office.

An HRESULT value that indicates whether the method completed successfully.

Each app for Office to be inserted is returned as an Office application extension name, which corresponds to a value under HKEY_CURRENT_USER\Software\Microsoft\Office\WEF\Developer. The host must look up these values in the registry and then automatically insert the extensions.

Show: