ArcObjects Library Reference (SystemUtility)  

IAssemblyLookup.IsOCXLib Method

Indicates if the specified library is from an ActiveX control.

ERROR: Syntax information about IAssemblyLookup.IsOCXLib may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT IsOCXLib(
  BSTR* sAssemblyName,
  VARIANT_BOOL* __MIDL__IAssemblyLookup0004
);
[C++]

Parameters

sAssemblyName [in, out]   sAssemblyName is a parameter of type BSTR __MIDL__IAssemblyLookup0004 [out, retval]   __MIDL__IAssemblyLookup0004 is a parameter of type VARIANT_BOOL

See Also

IAssemblyLookup Interface