4.1.30.1.2 DRS_MSG_WRITENGCKEYREQ_V1

The DRS_MSG_WRITENGCKEYREQ_V1 structure defines a request message sent to the IDL_DRSWriteNgcKey method.

 typedef struct _DRS_MSG_WRITENGCKEYREQ_V1{
   [string] const WCHAR* pwszAccount;
   [range(0,0xFFFF)] DWORD cNgcKey;
   [size_is(cNgcKey)] UCHAR * pNgcKey;
 } DRS_MSG_WRITENGCKEYREQ_V1;

pwszAccount:  The DN of the object to modify.

cNgcKey:  The number of bytes in the pNgcKey array.

pNgcKey:  The NGC key value.