Module: wine Branch: master Commit: 7a16382cffbd573ec9b0cca862f327adadfd5013 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a16382cffbd573ec9b0cca862...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Jun 14 16:02:20 2012 +0200
include: Define WBEM_GENERIC_FLAG_TYPE.
---
include/wbemcli.idl | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/include/wbemcli.idl b/include/wbemcli.idl index db6a5ac..ffd2b11 100644 --- a/include/wbemcli.idl +++ b/include/wbemcli.idl @@ -214,6 +214,24 @@ interface IWbemStatusCodeText : IUnknown [out] BSTR *MessageText); };
+typedef [v1_enum] enum tag_WBEM_GENERIC_FLAG_TYPE +{ + WBEM_FLAG_RETURN_WBEM_COMPLETE = 0, + WBEM_FLAG_BIDIRECTIONAL = 0, + WBEM_FLAG_RETURN_ERROR_OBJECT = 0, + WBEM_FLAG_DONT_SEND_STATUS = 0, + WBEM_FLAG_SEND_ONLY_SELECTED = 0, + WBEM_FLAG_RETURN_IMMEDIATELY = 0x10, + WBEM_FLAG_FORWARD_ONLY = 0x20, + WBEM_FLAG_NO_ERROR_OBJECT = 0x40, + WBEM_FLAG_SEND_STATUS = 0x80, + WBEM_FLAG_ENSURE_LOCATABLE = 0x100, + WBEM_FLAG_DIRECT_READ = 0x200, + WBEM_MASK_RESERVED_FLAGS = 0x1f000, + WBEM_FLAG_USE_AMENDED_QUALIFIERS = 0x20000, + WBEM_FLAG_STRONG_VALIDATION = 0x100000 +} WBEM_GENERIC_FLAG_TYPE; + [ object, restricted,