Desktop Functions: Smart Device Functions:
|
Search Results for "globalsize" in [All]Structures1: DEVMODE
public static extern IntPtr GlobalSize(IntPtr handle);
int isize = GlobalSize(hDevMode).ToInt32() - (int)devMode.dmSize; user32
UIntPtr Length = GlobalSize(ClipboardDataPointer); |