C
void DmSetValue( DIGITALMETER * pDm, DWORD Value );
Overview
This function sets the value that will be used for the object.
Input Parameters
Input Parameters |
Description |
DIGITALMETER * pDm |
The pointer to the object whose value will be modified. |
DWORD Value |
New value to be set for the Digital Meter. |
Returns
none
Preconditions
none
Side Effects
none