| 2 | Gets the currently processing scale. |
| 3 | |
| 4 | {{{ |
| 5 | int GetProcessScale(void); |
| 6 | }}} |
| 7 | |
| 8 | == Parameters == |
| 9 | |
| 10 | Function does not accept any parameters. |
| 11 | |
| 12 | == Return Value == |
| 13 | |
| 14 | Function returns the current process scale number. |
| 15 | |
| 16 | == Remarks == |
| 17 | |
| 18 | This function is for use with applications that make use of MnBdStartup, MnBdProcess, and MnBdShutdown. |
| 19 | |
| 20 | == Examples == |
| 21 | |
| 22 | {{{ |
| 23 | int nScale = GetProcessScale(); |
| 24 | }}} |
| 25 | |
| 26 | |
| 27 | == See Also == |
| 28 | |
| 29 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/SetProcessScale SetProcessScale] |
| 30 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/MnBdProcess MnBdProcess] |
| 31 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/MnBdStartup MnBdStartup] |
| 32 | |