This document is archived and information here might be outdated. Recommended version. |
Indicates whether the extension is currently loaded.
[Visual Basic .NET] Public Function IsLoaded ( _ ByVal pID As UID _ ) As Boolean
[C#] public bool IsLoaded ( UID pID );
[C++]
HRESULT IsLoaded(
IUID* pID
);
[C++]
Parameters pID [in]
pID is a parameter of type IUID*
Indicates whether the specified JIT extension is loaded. A JIT extension will be loaded the first time that IApplication::FindExtensionByCLSID is called for that extension. Use the JITExtensionCLSID property to get the UID of the extension.