4.1.28.1.4 DRS_MSG_SPNREPLY_V1
The DRS_MSG_SPNREPLY_V1 structure defines a response message received from the IDL_DRSWriteSPN method.
-
typedef struct { DWORD retVal; } DRS_MSG_SPNREPLY_V1;
retVal: 0, or a Windows error code.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The DRS_MSG_SPNREPLY_V1 structure defines a response message received from the IDL_DRSWriteSPN method.
typedef struct {
DWORD retVal;
} DRS_MSG_SPNREPLY_V1;
retVal: 0, or a Windows error code.