Searched refs:m_pGeneralHandle (Results 1 – 3 of 3) sorted by relevance
99 m_pSound->m_pGeneralHandle = this; in detail_AttachSound()115 if ( m_pSound->m_pGeneralHandle == this ) in DetachSound()117 m_pSound->m_pGeneralHandle = NULL; in DetachSound()
62 m_pGeneralHandle = NULL; in Initialize()1114 return m_pGeneralHandle != NULL; in IsAttachedGeneralHandle()1124 m_pGeneralHandle->DetachSound(); in DetachGeneralHandle()
409 SoundHandle* m_pGeneralHandle; variable