Home | History | Annotate | Download | only in include

Lines Matching refs:cch

400     LONG cch;
3037 ULONG cch) = 0;
3128 ULONG cch);
3190 #define ITfCategoryMgr_RegisterGUIDDescription(This,rclsid,rguid,pchDesc,cch) (This)->lpVtbl->RegisterGUIDDescription(This,rclsid,rguid,pchDesc,cch)
3226 static FORCEINLINE HRESULT ITfCategoryMgr_RegisterGUIDDescription(ITfCategoryMgr* This,REFCLSID rclsid,REFGUID rguid,const WCHAR *pchDesc,ULONG cch) {
3227 return This->lpVtbl->RegisterGUIDDescription(This,rclsid,rguid,pchDesc,cch);
3312 ULONG cch);
5166 LONG cch) = 0;
5301 LONG cch);
5436 #define ITfRange_SetText(This,ec,dwFlags,pchText,cch) (This)->lpVtbl->SetText(This,ec,dwFlags,pchText,cch)
5472 static FORCEINLINE HRESULT ITfRange_SetText(ITfRange* This,TfEditCookie ec,DWORD dwFlags,const WCHAR *pchText,LONG cch) {
5473 return This->lpVtbl->SetText(This,ec,dwFlags,pchText,cch);
5557 LONG cch);
5782 LONG cch) = 0;
5818 LONG cch);
5948 LONG cch);
5964 #define ITfRangeACP_SetText(This,ec,dwFlags,pchText,cch) (This)->lpVtbl->SetText(This,ec,dwFlags,pchText,cch)
5987 #define ITfRangeACP_SetExtent(This,acpAnchor,cch) (This)->lpVtbl->SetExtent(This,acpAnchor,cch)
6003 static FORCEINLINE HRESULT ITfRangeACP_SetText(ITfRangeACP* This,TfEditCookie ec,DWORD dwFlags,const WCHAR *pchText,LONG cch) {
6004 return This->lpVtbl->SetText(This,ec,dwFlags,pchText,cch);
6070 static FORCEINLINE HRESULT ITfRangeACP_SetExtent(ITfRangeACP* This,LONG acpAnchor,LONG cch) {
6071 return This->lpVtbl->SetExtent(This,acpAnchor,cch);
6090 LONG cch);
6120 LONG cch,
6155 LONG cch,
6178 #define ITfInsertAtSelection_InsertTextAtSelection(This,ec,dwFlags,pchText,cch,ppRange) (This)->lpVtbl->InsertTextAtSelection(This,ec,dwFlags,pchText,cch,ppRange)
6192 static FORCEINLINE HRESULT ITfInsertAtSelection_InsertTextAtSelection(ITfInsertAtSelection* This,TfEditCookie ec,DWORD dwFlags,const WCHAR *pchText,LONG cch,ITfRange **ppRange) {
6193 return This->lpVtbl->InsertTextAtSelection(This,ec,dwFlags,pchText,cch,ppRange);
6208 LONG cch,