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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_am.cpp1739 INSPlay* pPlay = NULL; local
1740 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
1741 if(pPlay)
1743 pPlay->put_UseHTTPProxy(VARIANT_FALSE);
1744 pPlay->Release();
1756 INSPlay* pPlay = NULL; local
1757 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
1759 if(pPlay)
1761 pPlay->put_UseHTTPProxy(VARIANT_TRUE);
1762 pPlay
[all...]
H A Dmediactrl.cpp2362 INSPlay* pPlay = NULL; local
2363 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
2364 if (pPlay)
2366 pPlay->put_UseHTTPProxy(VARIANT_FALSE);
2367 pPlay->Release();
2379 INSPlay* pPlay = NULL; local
2380 GetAM()->QueryInterface(IID_INSPlay, (void**) &pPlay);
2382 if (pPlay)
2384 pPlay->put_UseHTTPProxy(VARIANT_TRUE);
2385 pPlay
[all...]

Completed in 53 milliseconds