Home | History | Annotate | Download | only in include

Lines Matching defs:Reply

447     virtual HRESULT WINAPI Reply(IMessage **ppMsg) = 0;
515 HRESULT (WINAPI *Reply)(IMessage *This,IMessage **ppMsg);
585 #define IMessage_Reply(This,ppMsg) (This)->lpVtbl->Reply(This,ppMsg)