Alvas.Audio Class Library
HResult.MAKE_HRESULT Method
MAKE_HRESULT macro
[Visual Basic]
Public Shared Function MAKE_HRESULT( _
ByVal
sev
As
Integer
, _
ByVal
fac
As
Integer
, _
ByVal
code
As
Integer
_
) As
Integer
[C#]
public static
int
MAKE_HRESULT(
Int32
sev
,
Int32
fac
,
Int32
code
);
See Also
HResult Class
|
Alvas.Audio Namespace