[This is preliminary documentation and subject to change]

LogCustomPropertyDataType

This property contains flags that indicate the data type of a custom logging field to which this property applies. The flags are listed in the flags section below.

For more information about custom logging fields, see Setting Metabase Properties for Logging in the Platform SDK.

Bitmask Values
ConstantValueDescription
MD_LOGCUSTOM_DATATYPE_INT0x00000000Datatype is int.
MD_LOGCUSTOM_DATATYPE_UINT0x00000001Datatype is unsigned int.
MD_LOGCUSTOM_DATATYPE_LONG0X00000002Datatype is long.
MD_LOGCUSTOM_DATATYPE_ULONG0X00000003Datatype is unsigned long.
MD_LOGCUSTOM_DATATYPE_FLOAT0X00000004Datatype is float.
MD_LOGCUSTOM_DATATYPE_DOUBLE0X00000005Datatype is double.
MD_LOGCUSTOM_DATATYPE_LPSTR0X00000006Datatype is long pointer to string array.
MD_LOGCUSTOM_DATATYPE_LPWSTR0X00000007Datatype is lpwstr.
Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID4505

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_LOGCUSTOM_SERVICES_STRING
Data typeDWORD
User typeIIS_MD_UT_SERVER

© 1997-2001 Microsoft Corporation. All rights reserved.