shell32ApiGetHResultCode Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntaxpublic static short GetHResultCode(
int hr
)
Public Shared Function GetHResultCode (
hr As Integer
) As Short
public:
static short GetHResultCode(
int hr
)
static member GetHResultCode :
hr : int -> int16
Parameters
- hr
- Type: SystemInt32
Return Value
Type:
Int16
See Also