byteseq.h (9eab2a37) | byteseq.h (437a6594) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 126 unchanged lines hidden (view full) --- 135 136#ifdef __cplusplus 137} 138namespace rtl 139{ 140 141enum __ByteSequence_NoDefault 142{ | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 126 unchanged lines hidden (view full) --- 135 136#ifdef __cplusplus 137} 138namespace rtl 139{ 140 141enum __ByteSequence_NoDefault 142{ |
143 /** This enum value can be used to create a bytesequence with uninitalized data | 143 /** This enum value can be used to create a bytesequence with uninitialized data |
144 */ 145 BYTESEQ_NODEFAULT = 0xcafe 146}; 147 148enum __ByteSequence_NoAcquire 149{ 150 /** This enum value can be used to create a bytesequence from a C-Handle without 151 acquiring the handle. --- 167 unchanged lines hidden --- | 144 */ 145 BYTESEQ_NODEFAULT = 0xcafe 146}; 147 148enum __ByteSequence_NoAcquire 149{ 150 /** This enum value can be used to create a bytesequence from a C-Handle without 151 acquiring the handle. --- 167 unchanged lines hidden --- |