Editar

Compartilhar via


ISSOMapper.GetApplications Method

The GetApplications method retrieves the available applications for a Microsoft Windows user.

Syntax

  
HRESULT GetApplications(  
SAFEARRAY applications,  
SAFEARRAY descriptions,  
SAFEARRAY contactInfo  
)  
  
Sub GetApplications(  
applications As String,  
descriptions As String,   
contactInfo As String  
)  

Parameters

applications
[out] String array that returns the application name.

applications
[out] String array that returns the application name.

descriptions
[out] String array that returns a description for the application.

descriptions
[out] String array that returns a description for the application.

contactInfo
[out] String array that returns the contact information for the application.

contactInfo
[out] String array that returns the contact information for the application.

Return Value

This method returns an HRESULT indicating whether it completed successfully. For more details, see the Error Values section.

Not applicable.

Error Values

This method returns an HRESULT containing one of the values in the following table.

This method indicates errors by setting the Number property of the global Err object to one of the values in the following table.

Value Description
S_OK The method succeeded.
E_INVALIDARG An invalid parameter was detected.

Requirements

Platforms: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows 11, and Windows 10

See Also

ISSOMapper Interface (COM)
Programming with Enterprise Single Sign-On