ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <wingdi.h>
Public Attributes | |
DWORD | lStructSize |
LPWSTR | lpOutString |
UINT * | lpOrder |
INT * | lpDx |
INT * | lpCaretPos |
LPWSTR | lpClass |
LPWSTR | lpGlyphs |
UINT | nGlyphs |
UINT | nMaxFit |
INT* tagGCP_RESULTSW::lpCaretPos |
Definition at line 2435 of file wingdi.h.
Referenced by GetCharacterPlacementW(), LpkGetCharacterPlacement(), and MainWndProc().
LPWSTR tagGCP_RESULTSW::lpClass |
Definition at line 2436 of file wingdi.h.
Referenced by GetCharacterPlacementW().
INT* tagGCP_RESULTSW::lpDx |
Definition at line 2434 of file wingdi.h.
Referenced by GetCharacterPlacementW(), and LpkGetCharacterPlacement().
LPWSTR tagGCP_RESULTSW::lpGlyphs |
Definition at line 2437 of file wingdi.h.
Referenced by GetCharacterPlacementW(), LpkGetCharacterPlacement(), and MainWndProc().
UINT* tagGCP_RESULTSW::lpOrder |
Definition at line 2433 of file wingdi.h.
Referenced by GetCharacterPlacementW(), LpkGetCharacterPlacement(), and MainWndProc().
LPWSTR tagGCP_RESULTSW::lpOutString |
Definition at line 2432 of file wingdi.h.
Referenced by GetCharacterPlacementA(), GetCharacterPlacementW(), LpkGetCharacterPlacement(), and MainWndProc().
DWORD tagGCP_RESULTSW::lStructSize |
Definition at line 2431 of file wingdi.h.
Referenced by MainWndProc().
UINT tagGCP_RESULTSW::nGlyphs |
Definition at line 2438 of file wingdi.h.
Referenced by GetCharacterPlacementA(), GetCharacterPlacementW(), LpkGetCharacterPlacement(), MainWndProc(), and NewGetCharacterPlacementW().
UINT tagGCP_RESULTSW::nMaxFit |
Definition at line 2439 of file wingdi.h.
Referenced by GetCharacterPlacementA().