Scroll to navigation

WinGRecommendDIBFormat16(3w) Wine API WinGRecommendDIBFormat16(3w)

NAME

WinGRecommendDIBFormat16 (WING.1002)

SYNOPSIS

BOOL16 WinGRecommendDIBFormat16
(
BITMAPINFO* bmpi
)
 

DESCRIPTION

Get the recommended format of bitmaps for the current display.
 

PARAMS

bmpi [Out] Destination for format information.
 

RETURNS

Success: TRUE. bmpi is filled with the best (fastest) bitmap format
Failure: FALSE, if bmpi is NULL.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wing.dll16/wing.c".
Debug channel "wing".
Oct 2012 Wine API