NativeMethods.SignedHIWORD Method
Returns whether the high bit of a specified integer is on.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function SignedHIWORD ( _
n As Integer _
) As Integer
'Usage
Dim n As Integer
Dim returnValue As Integer
returnValue = NativeMethods.SignedHIWORD(n)
public static int SignedHIWORD(
int n
)
public:
static int SignedHIWORD(
int n
)
public static function SignedHIWORD(
n : int
) : int
static member SignedHIWORD :
n:int -> int
Parameters
- n
Type: System.Int32
The integer to test
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.