GetMenuCheckMarkDimensions
This function
is obsolete. Use the GetSystemMetrics with the CXMENUCHECK and
CYMENUCHECK values to retrieve the bitmap dimensions.
The GetMenuCheckMarkDimensions
function returns the dimensions of the default check mark bitmap. Windows
displays this bitmap next to checked menu items. Before calling the SetMenuItemBitmaps
LONG GetMenuCheckMarkDimensions(VOID)
Parameters
This function
has no parameters.
Return Values
The return
value specifies the height and width, in pixels, of the default check mark
bitmap. The high-order word contains the height; the low-order word contains
the width.
See Also