The pdEngineGetParams function returns current Power Engine parameters. These parameters are normally set by pdEngineSetParams.
Parameter | Description |
---|---|
engine |
Handle of the previously created Power Engine instance. |
params |
A valid pointer to the DT_PD_ENGINE_PARAMS structure that will receive Power Engine's active parameters. See pdEngineSetParams for details. |
reserved |
Reserved for future use. Must be set to 0. |
If successful, the return value is 1. Otherwise, the function returns 0.