Click or drag to resize

COMClassInfoQuery Method

Query the COM class for the specified method addresses. If not already loaded the COM module will be loaded.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public bool Query()

Return Value

Type: Boolean
True if the COM class exists, False otherwise.
Exceptions
ExceptionCondition
AccessViolationExceptionThrown if the method index extends beyond the interface and into protected memory.
ArgumentExceptionIf the provided interface type is not an interface, or the class type is not visible to COM.
InvalidCastExceptionThrown if the class instance does not support the specified interface.
See Also