Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSoundPlayer.h66 bool IsActive() const { return m_ActiveFlag; } in IsActive() function
Dsnd_Voice.h141 bool IsActive() const { return m_pHardwareChannel[0] != NULL; } in IsActive() function
Dsnd_Channel.h127 bool IsActive() const { return m_ActiveFlag != 0; } in IsActive() function
/NW4C-1.2.23/sources/libraries/dev/
Ddev_DirectPrint.cpp863 DirectPrint::IsActive() const in IsActive() function in nw::dev::DirectPrint