Searched refs:m_pGeneralHandle (Results 1 – 3 of 3) sorted by relevance
97 m_pSound->m_pGeneralHandle = this; in detail_AttachSound()113 if ( m_pSound->m_pGeneralHandle == this ) in DetachSound()115 m_pSound->m_pGeneralHandle = NULL; in DetachSound()
60 m_pGeneralHandle = NULL; in Initialize()1047 return m_pGeneralHandle != NULL; in IsAttachedGeneralHandle()1057 m_pGeneralHandle->DetachSound(); in DetachGeneralHandle()
386 SoundHandle* m_pGeneralHandle; variable