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.
3/12/2014
This method adds a logical AND clause with a date property type to the query string.
Syntax
HRESULT AndDATE(
ULONG propertyID,
MLOperatorType operatorType,
MLDATETIME *pdtValue
);
Parameters
- propertyID
[in] ID of the property that the query evaluates.
- operatorType
[in] Member of the MLOperatorType enumeration that specifies how the property is evaluated.
- pdtValue
[in] Pointer to an MLDateTime structure that contains the values against which the query evaluates the property.
Return Values
Returns the HRESULT values shown in the following table.
| Value | Description |
|---|---|
S_OK |
The method was successful. |
E_INVALIDARG |
One or more parameters are invalid. |
E_POINTER |
The pdtValue parameter is invalid. |
E_FAIL |
The method was not successful. |
E_MEMORY |
An out of memory error occurred. |
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |