Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Occurs when the custom metadata field for the replica is read from the serialized metadata.
Syntax
HRESULT OnReplicaCustomFieldDeserialized(
const BYTE * bFieldValue,
DWORD cbFieldLen);
Parameters
bFieldValue
[in] The value of the custom metadata field for the replica.cbFieldLen
[in] The length in bytes of bFieldValue.
Return Value
S_OK
Provider-determined error codes
Remarks
The provider can examine the custom metadata field for the replica that is contained in bFieldValue and make any necessary changes before it returns from this method. The custom metadata field must not be changed in such a way that other provider versions cannot read or write it.