LastError Property

Summary

Gets the error code for the last operation performed.

Syntax
C#
VB
C++
public int LastError { get; } 
Public ReadOnly Property LastError As Integer 
public: 
property int LastError { 
   int get(); 
} 

Property Value

A long value containing the error code for the last operation.

Remarks

Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation for a complete list of possible error codes.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly