Home | History | Annotate | Download | only in include

Lines Matching refs:pszText

3654         LPWSTR pszText,
3661 LPWSTR *pszText) = 0;
3722 LPWSTR pszText,
3730 LPWSTR *pszText);
3760 #define IPropertySystem_FormatForDisplay(This,key,propvar,pdff,pszText,cchText) (This)->lpVtbl->FormatForDisplay(This,key,propvar,pdff,pszText,cchText)
3761 #define IPropertySystem_FormatForDisplayAlloc(This,key,propvar,pdff,pszText) (This)->lpVtbl->FormatForDisplayAlloc(This,key,propvar,pdff,pszText)
3789 static FORCEINLINE HRESULT IPropertySystem_FormatForDisplay(IPropertySystem* This,REFPROPERTYKEY key,REFPROPVARIANT propvar,PROPDESC_FORMAT_FLAGS pdff,LPWSTR pszText,DWORD cchText) {
3790 return This->lpVtbl->FormatForDisplay(This,key,propvar,pdff,pszText,cchText);
3792 static FORCEINLINE HRESULT IPropertySystem_FormatForDisplayAlloc(IPropertySystem* This,REFPROPERTYKEY key,REFPROPVARIANT propvar,PROPDESC_FORMAT_FLAGS pdff,LPWSTR *pszText) {
3793 return This->lpVtbl->FormatForDisplayAlloc(This,key,propvar,pdff,pszText);
3854 LPWSTR pszText,
3866 LPWSTR *pszText);