The IADsSyntaxInterface

This interface must be implemented by all Active directory syntax objects. This is very simple, as it contains only one property:

Property Type Description
OleAutoDataType
long
This is the OLE automation data type representing this syntax (for example,
VT_BSTR
,
VT_I4
and so on). Syntaxes that can't be mapped to OLE types are mapped to
VT_U1|VT_ARRAY
.

© 1998 by Wrox Press. All rights reserved.