Home | History | Annotate | Download | only in include

Lines Matching refs:CurrentColor

814         LONG *CurrentColor) = 0;
926 LONG *CurrentColor);
1022 #define IInkDrawingAttributes_get_Color(This,CurrentColor) (This)->lpVtbl->get_Color(This,CurrentColor)
1067 static FORCEINLINE HRESULT IInkDrawingAttributes_get_Color(IInkDrawingAttributes* This,LONG *CurrentColor) {
1068 return This->lpVtbl->get_Color(This,CurrentColor);
1134 LONG *CurrentColor);