IVersionCallback::VersionTableReady method

A callback function used to notify the host of which interfaces are supported.

Syntax

HRESULT VersionTableReady(
   GUID [] count1_interfaceIds,
   UINT    count
);

Parameters

count1_interfaceIds
An array containing the GUIDs of supported interface IDs.

count
The number of GUIDs passed in count1_interfaceIds.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IVersionCallback