Home | History | Annotate | Download | only in include

Lines Matching refs:Msgs

1177     virtual HRESULT WINAPI GetMessages(BSTR DirName,IMessages **Msgs) = 0;
1189 HRESULT (WINAPI *GetMessages)(IDropDirectory *This,BSTR DirName,IMessages **Msgs);
1203 #define IDropDirectory_GetMessages(This,DirName,Msgs) (This)->lpVtbl->GetMessages(This,DirName,Msgs)
1206 HRESULT WINAPI IDropDirectory_GetMessages_Proxy(IDropDirectory *This,BSTR DirName,IMessages **Msgs);