pub unsafe extern "C" fn XPGetWindowDefaultDimensions(
inStyle: XPWindowStyle,
outWidth: *mut c_int,
outHeight: *mut c_int,
)Expand description
XPGetWindowDefaultDimensions
This routine returns the default dimensions for a window. Output is either a minimum or fixed value depending on whether the window is scalable.