Home | History | Annotate | Download | only in include

Lines Matching defs:InitializeEx

1162     virtual HRESULT WINAPI InitializeEx(__LONG32 lFlags) = 0;
1224 HRESULT (WINAPI *InitializeEx)(IRTCClient2 *This,__LONG32 lFlags);
1288 #define IRTCClient2_InitializeEx(This,lFlags) (This)->lpVtbl->InitializeEx(This,lFlags)