Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new IFieldValue object that contains default values.
HRESULT CreateEmptyFieldValue(
IFieldValue ** ppCustomFieldValue);
Parameters
- ppCustomFieldValue
[out] The newly-created IFieldValue object.
Return Value
S_OK
E_POINTER
E_OUTOFMEMORY
Remarks
A provider uses CreateEmptyFieldValue to create an IFieldValue object that can be passed to methods such as IReplicaMetadata::FindItemMetadataByIndexedFields.