Visual Studio 2010 - Visual C++
PX_UShort
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
Return Value
Nonzero if the exchange was successful; 0 if unsuccessful.
Remarks
The property's value is read from or written to the variable referenced by usValue, as appropriate. If usDefault is specified, it will be used as the property's default value. This value is used if, for any reason, the control's serialization process fails.
Requirements
Header: afxctl.h
See Also