次の方法で共有


IDsDisplaySpecifier::EnumClassAttributes メソッド (dsclient.h)

IDsDisplaySpecifier::EnumClassAttributes メソッドは、特定のオブジェクト クラスの属性を列挙します。 列挙は、各属性の LDAP 名とローカライズされた名前の両方を提供します。

構文

HRESULT EnumClassAttributes(
  [in] LPCWSTR            pszObjectClass,
  [in] LPDSENUMATTRIBUTES pcbEnum,
  [in] LPARAM             lParam
);

パラメーター

[in] pszObjectClass

属性を列挙するオブジェクト クラスの名前を含む null で終わる Unicode 文字列へのポインター。 オブジェクト クラス名の例として、"user" と "container" があります。

[in] pcbEnum

列挙された属性ごとに 1 回呼び出される、アプリケーション提供 の DSEnumAttributesCallback 関数へのポインター。

[in] lParam

DSEnumAttributesCallback 関数で lParam パラメーターとして渡されるアプリケーション定義パラメーターが含まれます。

戻り値

次を含む標準 の HRESULT 値を返します。

要件

要件
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー dsclient.h
[DLL] Dsadmin.dll

こちらもご覧ください

DSEnumAttributesCallback

Active Directory Domain Servicesでのインターフェイスの表示

IDsDisplaySpecifier