1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module adodb
{
3 constants PropertyAttributesEnum
{
4 const long adPropNotSupported
= 0;
5 const long adPropOptional
= 2;
6 const long adPropRead
= 512;
7 const long adPropRequired
= 1;
8 const long adPropWrite
= 1024;
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */