PBDAParentalControl structure
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Specifies the parental control policy for a digital television program.
Syntax
typedef struct _PBDAParentalControl {
ULONG ulStartTime;
ULONG ulEndTime;
ULONG ulPolicy;
} PBDAParentalControl;
Members
-
ulStartTime
-
The start time when parental access is required, in seconds from midnight.
-
ulEndTime
-
The end time when parental access is longer required, in seconds from midnight.
-
ulPolicy
-
A member of the PBDAParentalControlPolicy enumeration.
Remarks
If parental access is not required, the ulStartTime and ulEndTime members are set to -1.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|