This is the documentation for Enlighten.

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 Version History

« Previous Version 2 Current »

class Enlighten::IPppiProbeSetStateHandler

User callback to handle changes to probe set state.

Functions

Name Description
ProbeSetStateChanged(void *, PppiProbeSetState)

Called when the state of the probe set changes. Until the first call, all probe sets are considered inactive.


virtual void Enlighten::IPppiProbeSetStateHandler::ProbeSetStateChanged


public: void ProbeSetStateChanged
(
    void * userData,
    PppiProbeSetState state
)


Called when the state of the probe set changes. Until the first call, all probe sets are considered inactive.

  • No labels