IServiceSxsConfig::SxsName method (comsvcs.h)

Sets the file name of the side-by-side assembly for the enclosed work.

Syntax

HRESULT SxsName(
  [in] LPCWSTR szSxsName
);

Parameters

[in] szSxsName

The file name for the side-by-side assembly.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_FAIL, and S_OK.

Remarks

The appropriate file name extension will be added to the szSxsName parameter. A default file name is used if this method is not called.

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

IServiceSxsConfig