4.1.15.1.5 DRS_MSG_MOVEREPLY_V1

The DRS_MSG_MOVEREPLY_V1 structure defines a response message received from the IDL_DRSInterDomainMove method. This response version is obsolete.<35>

 typedef struct {
   ENTINF** ppResult;
   SCHEMA_PREFIX_TABLE PrefixTable;
   ULONG* pError;
 } DRS_MSG_MOVEREPLY_V1;

ppResult: The object as it appears following the move operation.

PrefixTable: The prefix table with which to translate the ATTRTYP values in ppResult to OIDs.

pError: 0 if successful, or non-zero if a fatal error occurred.