Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Commit method copies information into the side-by-side store. When this method returns, the assembly is visible in the side-by-side store.
Syntax
HRESULT Commit(
[in] DWORD dwFlags,
[out, optional] ULONG *pulDisposition
);
Parameters
[in] dwFlags
This parameter specifies how existing information in the side-by-side store is to be replaced by information for the assembly being installed.
[out, optional] pulDisposition
Return value
This method can return one of these values.
Return value | Description |
---|---|
|
The method succeeded. |
|
The method did not succeed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | winsxs.h |
DLL | Sxs.dll |