Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetProcessScale


Ignore:
Timestamp:
08/25/10 08:14:33 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetProcessScale

    v1 v2  
    11= GetProcessScale =
     2Gets the currently processing scale.
     3
     4{{{
     5int GetProcessScale(void);
     6}}}
     7
     8== Parameters ==
     9
     10Function does not accept any parameters.
     11
     12== Return Value ==
     13
     14Function returns the current process scale number.
     15
     16== Remarks ==
     17
     18This function is for use with applications that make use of MnBdStartup, MnBdProcess, and MnBdShutdown.
     19
     20== Examples ==
     21
     22{{{
     23int 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