ADS_TYPEDNAME structure (iads.h)
The ADS_TYPEDNAME structure represents an ADSI representation of Typed Name attribute syntax.
Syntax
typedef struct __MIDL___MIDL_itf_ads_0000_0000_0009 {
LPWSTR ObjectName;
DWORD Level;
DWORD Interval;
} ADS_TYPEDNAME, *PADS_TYPEDNAME;
Members
ObjectName
The null-terminated Unicode string that contains an object name.
Level
The priority associated with the object.
Interval
The frequency of reference of the object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | iads.h |