CreateCompatibleDC

Function CreateCompatibleDC 

Source
pub unsafe extern "system" fn CreateCompatibleDC(
    hdc: *mut c_void,
) -> *mut c_void
Expand description

#168 CreateCompatibleDC

creates a new memory device-context that is compatible with the devicecontext specified in the hdc parameter