3 |
1.898441 |
TargetedContentValueKind |
Enum |
|
|
|
|
|
|
enum TargetedContentValueKind
{
String = 0,
Uri = 1,
Number = 2,
Boolean = 3,
File = 4,
ImageFile = 5,
Action = 6,
Strings = 7,
Uris = 8,
Numbers = 9,
Booleans = 10,
Files = 11,
ImageFiles = 12,
Actions = 13
};
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\winrt\Windows.Services.TargetedContent.idl(234,0) |
|
4 |
0.6644543 |
alljoyn_typeid |
Enum |
|
|
|
|
|
|
typedef enum {
ALLJOYN_INVALID = 0, ///< AllJoyn INVALID typeId
ALLJOYN_ARRAY = 'a', ///< AllJoyn array container type
ALLJOYN_BOOLEAN = 'b', ///< AllJoyn boolean basic type, @c 0 is @c FALSE and @c 1 is @c TRUE - Everything else is invalid
ALLJOYN_DOUBLE = 'd', ///< AllJoyn IEEE 754 double basic type
ALLJOYN_DICT_ENTRY = 'e', ///< AllJoyn dictionary or map container type - an array of key-value pairs
ALLJOYN_SIGNATURE = 'g', ///< AllJoyn signature basic type
ALLJOYN_HANDLE = 'h', ///< AllJoyn socket handle basic type
ALLJOYN_INT32 = 'i', ///< AllJoyn 32-bit signed integer basic type
ALLJOYN_INT16 = 'n', ///< AllJoyn 16-bit signed integer basic type
ALLJOYN_OBJECT_PATH = 'o', ///< AllJoyn Name of an AllJoyn object instance basic type
ALLJOYN_UINT16 = 'q', ///< AllJoyn 16-bit unsigned integer basic type
ALLJOYN_STRUCT = 'r', ///< AllJoyn struct container type
ALLJOYN_STRING = 's', ///< AllJoyn UTF-8 NULL terminated string basic type
ALLJOYN_UINT64 = 't', ///< AllJoyn 64-bit unsigned integer basic type
ALLJOYN_UINT32 = 'u', ///< AllJoyn 32-bit unsigned integer basic type
ALLJOYN_VARIANT = 'v', ///< AllJoyn variant container type
ALLJOYN_INT64 = 'x', ///< AllJoyn 64-bit signed integer basic type
ALLJOYN_BYTE = 'y', ///< AllJoyn 8-bit unsigned integer basic type
ALLJOYN_STRUCT_OPEN = '(', /**< Never actually used as a typeId: specified as ALLJOYN_STRUCT */
ALLJOYN_STRUCT_OPEN = '(', /**< Never actually used as a typeId: specified as ALLJOYN_STRUCT */
ALLJOYN_STRUCT_CLOSE = ')', /**< Never actually used as a typeId: specified as ALLJOYN_STRUCT */
ALLJOYN_STRUCT_CLOSE = ')', /**< Never actually used as a typeId: specified as ALLJOYN_STRUCT */
ALLJOYN_DICT_ENTRY_OPEN = '{', /**< Never actually used as a typeId: specified as ALLJOYN_DICT_ENTRY */
ALLJOYN_DICT_ENTRY_OPEN = '{', /**< Never actually used as a typeId: specified as ALLJOYN_DICT_ENTRY */
ALLJOYN_DICT_ENTRY_CLOSE = '}', /**< Never actually used as a typeId: specified as ALLJOYN_DICT_ENTRY */
ALLJOYN_DICT_ENTRY_CLOSE = '}', /**< Never actually used as a typeId: specified as ALLJOYN_DICT_ENTRY */
ALLJOYN_BOOLEAN_ARRAY = ('b' << 8) | 'a', ///< AllJoyn array of booleans
ALLJOYN_DOUBLE_ARRAY = ('d' << 8) | 'a', ///< AllJoyn array of IEEE 754 doubles
ALLJOYN_INT32_ARRAY = ('i' << 8) | 'a', ///< AllJoyn array of 32-bit signed integers
ALLJOYN_INT16_ARRAY = ('n' << 8) | 'a', ///< AllJoyn array of 16-bit signed integers
ALLJOYN_UINT16_ARRAY = ('q' << 8) | 'a', ///< AllJoyn array of 16-bit unsigned integers
ALLJOYN_UINT64_ARRAY = ('t' << 8) | 'a', ///< AllJoyn array of 64-bit unsigned integers
ALLJOYN_UINT32_ARRAY = ('u' << 8) | 'a', ///< AllJoyn array of 32-bit unsigned integers
ALLJOYN_INT64_ARRAY = ('x' << 8) | 'a', ///< AllJoyn array of 64-bit signed integers
ALLJOYN_BYTE_ARRAY = ('y' << 8) | 'a', ///< AllJoyn array of 8-bit unsigned integers
ALLJOYN_WILDCARD = '*' ///< This never appears in a signature but is used for matching arbitrary message args
} alljoyn_typeid;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\alljoyn_c\MsgArg.h(50,0) |
|