windows-nt/Source/XPSP1/NT/ds/security/passport/include/birthdatefunctions.h

19 lines
503 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//-----------------------------------------------------------------------------
//
// @doc
//
// @module BirthdateFunctions.h | Birthdate specific functions.
//
// Author: Darren Anderson
//
// Date: 4/26/00
//
// Copyright <cp> 1999-2000 Microsoft Corporation. All Rights Reserved.
//
//-----------------------------------------------------------------------------
#pragma once
bool IsUnder13(DATE dtBirthdate);
bool IsUnder18(DATE dtBirthdate);
bool IsUnder(DATE dtBirthdate, USHORT ulAge);