This document is archived and information here might be outdated. Recommended version. |
Indicates whether the extension is currently checked on.
[Visual Basic .NET] Public Function IsExtensionEnabled ( _ ByVal pExtCLSID As UID _ ) As Boolean
[C#] public bool IsExtensionEnabled ( UID pExtCLSID );
[C++]
HRESULT IsExtensionEnabled(
IUID* pExtCLSID
);
[C++] Parameters pExtCLSID [in]
pExtCLSID is a parameter of type IUID*
Indicates whether the specified JIT extension is enabled. Use the JITExtensionCLSID property to get the UID of the extension.