Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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