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.
Retrieves the last modification date for the current property in the enumeration. If not modified, contact creation date is returned.
Syntax
HRESULT GetPropertyModificationDate(
[in, out] FILETIME *pftModificationDate
);
Parameters
[in, out] pftModificationDate
Type: FILETIME*
Specifies the last modified date as a UTC FILETIME.
Return value
Type: HRESULT
Returns one of the following values:
Return code | Description |
---|---|
|
Query is successful. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | icontact.h (include Contact.h) |
DLL | Wab32.dll (Version 6.0 or later) |