←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly