| MultiTaskPowerPage function |
| Allows you to start a page and execution control is returned back to your
program. You must call GetPowerPageStatus() to check the status of the page. A callback
scheme is also supported for non-polling applications. |
| GetPowerPageStatus function |
| Gets the current status of the page in process. |
| CancelPowerPage function |
| Stops the Page currently in progress.. |
| PowerPageFile function |
| Same as PowerPage function except the parameters are passed via a file.
This is handy if the parameter sizes exceed the maximum size allowed. |
|