GetMenuCheckMarkDimensions

  LONG GetMenuCheckMarkDimensions(VOID)    

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 function to replace the default check mark bitmap for a menu item, an application should determine the correct bitmap size by calling GetMenuCheckMarkDimensions.

Parameters

This function has no parameters.

Return Value

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

SetMenuItemBitmaps