Home | History | Annotate | Download | only in include

Lines Matching defs:GetStyle

1192     virtual HRESULT WINAPI GetStyle(__LONG32 *plStyle) = 0;
1225 HRESULT (WINAPI *GetStyle)(IAgentBalloonEx *This,__LONG32 *plStyle);
1260 #define IAgentBalloonEx_GetStyle(This,plStyle) (This)->lpVtbl->GetStyle(This,plStyle)