ICheckSxsConfig::IsSameSxsConfig method (comsvcs.h)

Determines whether the side-by-side assembly has the specified configuration.

Syntax

HRESULT IsSameSxsConfig(
  [in] LPCWSTR wszSxsName,
  [in] LPCWSTR wszSxsDirectory,
  [in] LPCWSTR wszSxsAppName
);

Parameters

[in] wszSxsName

A text string that contains the file name of the side-by-side assembly. The proper extension is added automatically.

[in] wszSxsDirectory

A text string that contains the directory of the side-by-side assembly.

[in] wszSxsAppName

A text string that contains the name of the application domain.

Return value

This method can return the standard return values E_INVALIDARG and E_OUTOFMEMORY, as well as the following values.

Return code Description
S_OK
The current side-by-side assembly has the specified configuration.
E_FAIL
The current side-by-side assembly does not have the specified configuration.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

ICheckSxsConfig