Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

55 lines
1.2 KiB

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "hours1.h"
/////////////////////////////////////////////////////////////////////////////
// CHours
IMPLEMENT_DYNCREATE(CHours, CWnd)
/////////////////////////////////////////////////////////////////////////////
// CHours properties
unsigned long CHours::GetCrPermitColor()
{
unsigned long result;
GetProperty(0x1, VT_I4, (void*)&result);
return result;
}
void CHours::SetCrPermitColor(unsigned long propVal)
{
SetProperty(0x1, VT_I4, propVal);
}
unsigned long CHours::GetCrDenyColor()
{
unsigned long result;
GetProperty(0x2, VT_I4, (void*)&result);
return result;
}
void CHours::SetCrDenyColor(unsigned long propVal)
{
SetProperty(0x2, VT_I4, propVal);
}
VARIANT CHours::GetDateData()
{
VARIANT result;
GetProperty(0x3, VT_VARIANT, (void*)&result);
return result;
}
void CHours::SetDateData(const VARIANT& propVal)
{
SetProperty(0x3, VT_VARIANT, &propVal);
}
/////////////////////////////////////////////////////////////////////////////
// CHours operations