4.1.28.1.2 DRS_MSG_SPNREQ_V1

The DRS_MSG_SPNREQ_V1 structure defines a request message sent to the IDL_DRSWriteSPN method.

 typedef struct {
   DWORD operation;
   DWORD flags;
   [string] const WCHAR* pwszAccount;
   [range(0,10000)] DWORD cSPN;
   [string, size_is(cSPN)] const WCHAR** rpwszSPN;
 } DRS_MSG_SPNREQ_V1;

operation: The SPN operation to perform. MUST be one of the DS_SPN_OPERATION values.

flags: Unused. MUST be 0 and ignored.

pwszAccount: The DN of the object to modify.

cSPN: The number of items in the rpwszSPN array.

rpwszSPN: The SPN values.