This document is archived and information here might be outdated. Recommended version. |
Retrieves the CLSID of the JIT Extension at index.
[Visual Basic .NET] Public Function get_JITExtensionCLSID ( _ ByVal index As Integer _ ) As UID
[C#] public UID get_JITExtensionCLSID ( int index );
[C++]
HRESULT get_JITExtensionCLSID(
long index,
IUID** ppID
);
[C++]
Parameters index [in]
index is a parameter of type long ppID [out, retval]
ppID is a parameter of type IUID**
Returns the UID of the JIT extension at the specifed index. The first JIT extension in the collection will have an index of 0 and the last JIT extension in the collection will have an index of JITExtentionCount - 1.