IApplicationAssociationRegistrationUI::LaunchAdvancedAssociationUI method

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 2 rated this helpful - Rate this topic

Launches an advanced association dialog box through which the user can customize the associations for the application specified in pszAppRegName.

Syntax


HRESULT LaunchAdvancedAssociationUI(
  [in]  LPCWSTR pszAppRegName
);

Parameters

pszAppRegName [in]

Type: LPCWSTR

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 HKCU\Software\RegisteredApplications or under HKLM\Software\RegisteredApplications.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

IApplicationAssociationRegistrationUI
Default Programs

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.