PX_UShort
Visual Studio 2005
Call this function within your control's DoPropExchange member function to serialize or initialize a property of type unsigned short.
BOOL PX_UShort( CPropExchange* pPX, LPCTSTR pszPropName, USHORT& usValue ); BOOL PX_UShort( CPropExchange* pPX, LPCTSTR pszPropName, USHORT& usValue, USHORT usDefault );
Parameters
- pPX
-
Pointer to the CPropExchange object (typically passed as a parameter to DoPropExchange).
- pszPropName
-
Name of the property being exchanged.
- usValue
-
Reference to the variable where the property is stored (typically a member variable of your class).
- usDefault
-
Default value for the property.