The DRS_MSG_ADDSIDREPLY_V1 structure defines the response message received from the IDL_DRSAddSidHistory method.

 typedef struct {
   DWORD dwWin32Error;
 } DRS_MSG_ADDSIDREPLY_V1;

dwWin32Error: Zero if successful, otherwise a Windows error code.