FPC_QueryInterface

Syntax

HRESULT FPC_QueryInterface(HWND hwndFlashPlayerControl, REFIID iid, void** ppObject);

Description

The FPC_QueryInterface function allows direct access to the underlying Flash ActiveX object by calling its QueryInterface method. This makes it possible to obtain specific COM interfaces supported by the hosted Flash ActiveX, enabling advanced integration scenarios.

Typical usage involves requesting interfaces like IShockwaveFlash or other COM interfaces exposed by Flash ActiveX.

See also: FPC_GetHFPC