CGXAbstractUserAttribute::GetDWordValue
virtual DWORD GetDWordValue() const;
Remarks
GetDWordValue returns a DWORD value. By default, the method returns (DWORD) atol(GetValue());
The CGXUserAttribute class provides an optimized version of this method. The internally stored number will be returned directly.