GetComPlusPackageInstallStatus function
Indicates whether the 64-bit Common Language Runtime (CLR) is installed.
Syntax
ULONG WINAPI GetComPlusPackageInstallStatus(void);
Parameters
This function has no parameters.
Return value
This method can return the following values.
| Return value | Description |
|---|---|
|
The 32-bit Common Language Runtime (CLR) is installed. |
|
The 64-bit Common Language Runtime (CLR) is installed. |
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
Community Additions
ADD
Show: