ADS_HOLD structure (iads.h)

The ADS_HOLD structure is an ADSI representation of the Hold attribute syntax.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0010 {
  LPWSTR ObjectName;
  DWORD  Amount;
} ADS_HOLD, *PADS_HOLD;

Members

ObjectName

The null-terminated Unicode string that contains the name of an object put on hold.

Amount

Number of charges that a server places against the user on hold while it verifies the user account balance.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures