This topic has not yet been rated - Rate this topic

MonthCal_GetCalendarGridInfo macro

Gets information about a calendar grid.

Syntax


BOOL MonthCal_GetCalendarGridInfo(
  HWND hmc,
  MCGRIDINFO *pmcGridInfo
);

Parameters

hmc

Type: HWND

Handle to a month calendar control.

pmcGridInfo

Type: MCGRIDINFO*

Pointer to an MCGRIDINFO structure that contains information about the calendar grid.

Return value

TRUE if successful, otherwise FALSE.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.