Reply to thread

Hello,

 

I added a variable.

build without errors.

Do not know if this is correct

 

 

 

 

[CODE] #region variables

 

    private bool _isAnysee = false;

    private bool _isCiSlotPresent = false;

    private bool _isCamPresent = false;

    private bool _isCamReady = false;

    private AnyseeCiState _ciState = AnyseeCiState.Empty;

 

    private IKsPropertySet _propertySet = null;

    private AnyseeCiApi _ciApi = null;

 

    private IntPtr _generalBuffer = IntPtr.Zero;

 

    private String _tunerDevicePath = String.Empty;

    private ApiCallbacks _apiCallbacks;

    private ICiMenuCallbacks _ciMenuCallbacks = null;

 private IntPtr _mmiMessageBuffer = IntPtr.Zero;

 

    #endregion[/CODE]


Top Bottom