wpcapi.idl: Added WPCFLAG_RESTRICTION declaration.

This commit is contained in:
Jacek Caban 2014-11-13 11:50:23 +01:00 committed by Alexandre Julliard
parent 6fc5977241
commit 949ecc5123
1 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,15 @@
import "oaidl.idl";
import "ocidl.idl";
typedef [v1_enum] enum tagWPCFLAG_RESTRICTION {
WPCFLAG_NO_RESTRICTION = 0x0000,
WPCFLAG_LOGGING_REQUIRED = 0x0001,
WPCFLAG_WEB_FILTERED = 0x0002,
WPCFLAG_HOURS_RESTRICTED = 0x0004,
WPCFLAG_GAMES_BLOCKED = 0x0008,
WPCFLAG_APPS_RESTRICTED = 0x0010
} WPCFLAG_RESTRICTION;
[
uuid(8fdf6ca1-0189-47e4-b670-1a8a4636e340),
object