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 valueDescription
0

The 32-bit Common Language Runtime (CLR) is installed.

0x00000001

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: