Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

The structure that defines a component within WinGate.  Instances of ComponentEntry are passed into calls to wgapi_RegisterComponent

Syntax

 

 

Members

 

Remarks

Before a component has its interfaces initialised by a call to InitInterfacesQueryInitInterfaces is called to see whether it is ready. A component can use this to wait until all components it is dependent on have had their interfaces initialised first. The general flow if component interface initialisation is as follows:

Requirements

See Also

QueryInitInterfaces

  • No labels