2.2.22.2.8 ScmReplyInfoData
The ScmReplyInfoData structure contains a customREMOTE_REPLY_SCM_INFO structure.
CLSID_ScmReplyInfo (see section 1.9) is used to identify this property in the CustomHeader.pclsid array.
-
typedef struct tagScmReplyInfoData { DWORD* pdwReserved; customREMOTE_REPLY_SCM_INFO* remoteReply; } ScmReplyInfoData;
pdwReserved: This MUST be set to NULL and MUST be ignored on receipt.
remoteReply: This MUST specify the customREMOTE_REPLY_SCM_INFO for the object exporter of the server object.