2.2.12.4 TRKSVR_CALL_DELETE

The TRKSVR_CALL_DELETE structure is used in LnkSvrMessage method calls that specify a DELETE_NOTIFY message (see section 2.2.11), to indicate which files are to be removed from the FileTable. See section 3.2.6.2 for an example of the client using this structure.

 typedef struct {
   unsigned long cdroidBirth;
   [size_is(cdroidBirth)] CDomainRelativeObjId* adroidBirth;
   unsigned long cVolumes;
   [size_is(cVolumes)] CVolumeId* pVolumes;
 } TRKSVR_CALL_DELETE;

cdroidBirth: This field MUST contain the number of entries in the adroidBirth array.

adroidBirth: This field MUST contain an array of FileIDs of files that have been deleted. CDomainRelativeObjId is as specified in [MS-DLTW] section 2.2.3.

cVolumes: This field is unused and MUST be zero.

pVolumes: This field is unused and MUST be set to zero.