FPC_GetClassAtom

Syntax

ATOM WINAPI FPC_GetClassAtom(HFPC hFPC);

Description

The FPC_GetClassAtom function returns the atom of a window class registered by F-IN-BOX. This class is created when you load Flash Player ActiveX code using FPC_LoadRegisteredOCX or FPC_LoadOCXCodeFromMemory.

The returned atom can be used to create F-IN-BOX windows with the standard WinAPI functions (CreateWindow / CreateWindowEx) or with FPC_CreateWindow.

This allows integration of Flash Player ActiveX into custom windows and provides more control over window creation.

See also: Getting Started