Home
last modified time | relevance | path

Searched refs:m_SID (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/msvidctl/
H A Dtunerequest.cpp61 …CTuneRequest(ITuningSpace * TuningSpace) : m_Ref(0), m_ONID(-1), m_TSID(-1), m_SID(-1), m_Locator(… in CTuneRequest()
66 …ID, LONG SID, ILocator * Locator) : m_Ref(1), m_ONID(ONID), m_TSID(TSID), m_SID(SID), m_Locator(Lo… in CTuneRequest()
80 LONG m_SID; member in CTuneRequest
193 *NewTuneRequest = new CTuneRequest(m_TuningSpace, m_ONID, m_TSID, m_SID, m_Locator); in Clone()
283 *SID = m_SID; in get_SID()
297 m_SID = SID; in put_SID()