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