Home | History | Annotate | Download | only in include

Lines Matching defs:Reply

653     virtual HRESULT WINAPI Reply(IMessage **ppMsg) = 0;
721 HRESULT (WINAPI *Reply)(IMessage *This,IMessage **ppMsg);
791 #define IMessage_Reply(This,ppMsg) (This)->lpVtbl->Reply(This,ppMsg)