Home | History | Annotate | Download | only in include

Lines Matching refs:InitNew

3406     virtual HRESULT WINAPI InitNew(VARIANT varTransaction) = 0;
3422 HRESULT (WINAPI *InitNew)(IMSMQTransaction2 *This,VARIANT varTransaction);
3440 #define IMSMQTransaction2_InitNew(This,varTransaction) (This)->lpVtbl->InitNew(This,varTransaction)
3471 HRESULT (WINAPI *InitNew)(IMSMQTransaction3 *This,VARIANT varTransaction);
3490 #define IMSMQTransaction3_InitNew(This,varTransaction) (This)->lpVtbl->InitNew(This,varTransaction)