[]
public static explicit operator int(HResult result)
Public Shared Narrowing Operator CType(result As HResult) As Integer
| Type | Name | Description |
|---|---|---|
| HResult | result | The result. |
| Type | Description |
|---|---|
| int | The result of the conversion. |
[CLSCompliant(false)]
public static explicit operator uint(HResult result)
<CLSCompliant(False)>
Public Shared Narrowing Operator CType(result As HResult) As UInteger
| Type | Name | Description |
|---|---|---|
| HResult | result | The result. |
| Type | Description |
|---|---|
| uint | The result of the conversion. |