Searched refs:SetPortManager (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Drtccore.h4211 virtual HRESULT WINAPI SetPortManager(IRTCPortManager *pPortManager) = 0;
4219 HRESULT (WINAPI *SetPortManager)(IRTCSessionPortManagement *This,IRTCPortManager *pPortManager); member in struct:IRTCSessionPortManagementVtbl
4229 #define IRTCSessionPortManagement_SetPortManager(This,pPortManager) (This)->lpVtbl->SetPortManager(This,pPortManager)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Drtccore.h4211 virtual HRESULT WINAPI SetPortManager(IRTCPortManager *pPortManager) = 0;
4219 HRESULT (WINAPI *SetPortManager)(IRTCSessionPortManagement *This,IRTCPortManager *pPortManager); member in struct:IRTCSessionPortManagementVtbl
4229 #define IRTCSessionPortManagement_SetPortManager(This,pPortManager) (This)->lpVtbl->SetPortManager(This,pPortManager)

Completed in 188 milliseconds