Launches an advanced association dialog box through which the user can customize the associations for the application specified in pszAppRegName.
Syntax
HRESULT LaunchAdvancedAssociationUI(
LPCWSTR pszAppRegName
);
Parameters
- pszAppRegName
-
[in] A pointer to a null-terminated Unicode string that specifies the registered name of the application. This value is only valid if it matches one of the application strings registered under HKLM\Software\RegisteredApplications
.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
Default Programs