bool MyCameraNotificationCallback::IsInUse( ) { if (_event.wait(500)) { return _inUse; } return false; } 다음 예제에서는 MFCreateSensorActivityMonitor 를 호출하여 활동 모니터를 만든 다음, 위에 표시된 IsInUse 클래스 메서드를...