Home | History | Annotate | Download | only in include

Lines Matching defs:psz

2199     LPCSTR psz;
2207 LPCWSTR psz;
2241 #define ListView_GetStringWidth(hwndLV,psz) (int)SNDMSG((hwndLV),LVM_GETSTRINGWIDTH,0,(LPARAM)(LPCTSTR)(psz))
4353 #define Button_SetNote(hwnd, psz) \
4354 (WINBOOL)SNDMSG((hwnd), BCM_SETNOTE, 0, (LPARAM)(psz))
4356 #define Button_GetNote(hwnd, psz, pcc) \
4357 (WINBOOL)SNDMSG((hwnd), BCM_GETNOTE, (WPARAM)pcc, (LPARAM)psz)
4562 WINCOMMCTRLAPI WINBOOL WINAPI Str_SetPtrW(LPWSTR *ppsz,LPCWSTR psz);