[]
public static implicit operator HResult(int result)
| Type | Name | Description |
|---|---|---|
| int | result | The result. |
| Type | Description |
|---|---|
| HResult | The result of the conversion. |
[CLSCompliant(false)]
public static implicit operator HResult(uint result)
| Type | Name | Description |
|---|---|---|
| uint | result | The result. |
| Type | Description |
|---|---|
| HResult | The result of the conversion. |