Directory Services |
The DSEnumAttributesCallback function is an application-defined callback function that is called once for each attribute enumerated by the IDsDisplaySpecifier::EnumClassAttributes method. A pointer to this function is supplied as the pcbEnum parameter in IDsDisplaySpecifier::EnumClassAttributes. DSEnumAttributesCallback is a placeholder for the application-defined function name.
HRESULT CALLBACK DSEnumAttributesCallback( LPARAM lParam, LPCWSTR pszAttributeName, LPCWSTR pszDisplayName, DWORD dwFlags );
Value | Meaning |
---|---|
DSECAF_NOTLISTED | The attribute is hidden in the user interface. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Header: Declared in Dsclient.h.