Home | History | Annotate | Download | only in win32

Lines Matching defs:m_RefCount

1302   GpStream() : m_RefCount(1), m_ReadPos(0) {}
1316 return (ULONG)InterlockedIncrement(&m_RefCount);
1319 ULONG res = (ULONG)InterlockedDecrement(&m_RefCount);
1424 LONG m_RefCount;