IsValidComInterface - Check a value for being a valid COM interface

Top 

Syntax

lValue> := IsValidComInterface(<testvalue>)

Parameters

<testvalue>

 

The value to test for being a valid COM interface.

Return value

If <testvalue> is a valid  COM interface the return value is .T., otherwise it is .F.

Description

IsValidComInterface returns .T., if <testvalue> is a COM interface, if the :baseAddress and :vtblAddress members bear numeric values and if they point to valid addresses in memory.

Classification

Core

Category

Type check

Quick Info

Library: cckptcor.lib /cckptcor.dll

See also

IdentifyAsComInterface, IsComInterface