Description

The BeginExecution method is called by the system on each device in the system when system excution is about to begin. Devices can use this method to start worker threads for example, or perform any kind of initialization that is useful to perform before execution begins. When system execution is paused, the corresponding SuspendExecution method is called.

Usage

      virtual void BeginExecution();
    

See also