Commit 949ecc51 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wpcapi.idl: Added WPCFLAG_RESTRICTION declaration.

parent 6fc59772
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment