CDC::GetCharacterPlacement
Visual Studio 2012
Retrieves various types of information on a character string.
DWORD GetCharacterPlacement( LPCTSTR lpString, int nCount, int nMaxExtent, LPGCP_RESULTS lpResults, DWORD dwFlags ) const; DWORD GetCharacterPlacement( CString& str, int nMaxExtent, LPGCP_RESULTS lpResults, DWORD dwFlags ) const;
This member function emulates the functionality of the function GetCharacterPlacement, as described in the Windows SDK.