IRecordInfo::IsMatchingType method (oaidl.h)

Determines whether the record that is passed in matches that of the current record information.

Syntax

BOOL IsMatchingType(
  [in] IRecordInfo *pRecordInfo
);

Parameters

[in] pRecordInfo

The information of the record.

Return value

Return code Description
TRUE
The record that is passed in matches the current record information.
FALSE
The record that is passed in does not match the current record information.

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

IRecordInfo