DirectShow 関連のエラーメッセージ取得

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public static string GetDirectShowMessage(
	HRESULT code
)
Visual Basic
Public Shared Function GetDirectShowMessage ( 
	code As HRESULT
) As String

Parameters

code
Type: FVIL.DS..::..HRESULT
リターンコード

Return Value

Type: String
リターンコードに対応したメッセージを返します。

See Also