Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WG_PREPARE_INTERFACE is a macro that initialises a ComponentInterfaceEntry derived object before RegisterInterface is called with it.

Syntax

Code Block
WG_PREPARE_INTERFACE(INTERFACE, COMPONENT_UUID, INTERFACE_UUID)

 

Parameters

Vardef
NameINTERFACE
TypeComponentInterfaceEntry
StyleMember

The ComponentInterfaceEntry derived object you want to prepare.

Vardef
NameCOMPONENT_UUID
TypeGUID
StyleMember

The UUID of the component that is registering the interface.

Vardef
NameINTERFACE_UUID
TypeGUID
StyleMember

The UUID of the interface

Live Template
templateAPI Function