Click or drag to resize
HResultMAKE_HRESULT Method
MAKE_HRESULT macro

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static int MAKE_HRESULT(
	int sev,
	int fac,
	int code
)

Parameters

sev
Type: SystemInt32

[Missing <param name="sev"/> documentation for "M:Alvas.Audio.HResult.MAKE_HRESULT(System.Int32,System.Int32,System.Int32)"]

fac
Type: SystemInt32

[Missing <param name="fac"/> documentation for "M:Alvas.Audio.HResult.MAKE_HRESULT(System.Int32,System.Int32,System.Int32)"]

code
Type: SystemInt32

[Missing <param name="code"/> documentation for "M:Alvas.Audio.HResult.MAKE_HRESULT(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Alvas.Audio.HResult.MAKE_HRESULT(System.Int32,System.Int32,System.Int32)"]

See Also