C# Class NetIde.Win32.NativeMethods.Util

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
HIWORD ( IntPtr n ) : int
HIWORD ( int n ) : int
LOWORD ( IntPtr n ) : int
LOWORD ( int n ) : int
SignedHIWORD ( IntPtr n ) : int
SignedHIWORD ( int n ) : int
SignedLOWORD ( IntPtr n ) : int
SignedLOWORD ( int n ) : int

Method Details

HIWORD() public static méthode

public static HIWORD ( IntPtr n ) : int
n System.IntPtr
Résultat int

HIWORD() public static méthode

public static HIWORD ( int n ) : int
n int
Résultat int

LOWORD() public static méthode

public static LOWORD ( IntPtr n ) : int
n System.IntPtr
Résultat int

LOWORD() public static méthode

public static LOWORD ( int n ) : int
n int
Résultat int

SignedHIWORD() public static méthode

public static SignedHIWORD ( IntPtr n ) : int
n System.IntPtr
Résultat int

SignedHIWORD() public static méthode

public static SignedHIWORD ( int n ) : int
n int
Résultat int

SignedLOWORD() public static méthode

public static SignedLOWORD ( IntPtr n ) : int
n System.IntPtr
Résultat int

SignedLOWORD() public static méthode

public static SignedLOWORD ( int n ) : int
n int
Résultat int