Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 2.96 KB

nf-mswmdm-imdspstorage-getdate.md

File metadata and controls

93 lines (69 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mswmdm.IMDSPStorage.GetDate
IMDSPStorage::GetDate (mswmdm.h)
The GetDate method retrieves the date on which the storage object (file or folder) was most recently modified.
GetDate
GetDate method [windows Media Device Manager]
GetDate method [windows Media Device Manager]
IMDSPStorage interface
IMDSPStorage interface [windows Media Device Manager]
GetDate method
IMDSPStorage.GetDate
IMDSPStorage::GetDate
IMDSPStorageGetDate
mswmdm/IMDSPStorage::GetDate
wmdm.imdspstorage_getdate
wmdm\imdspstorage_getdate.htm
WMDM
4ba0c598-9ea2-42cc-a234-1c0e192971a8
12/05/2018
GetDate, GetDate method [windows Media Device Manager], GetDate method [windows Media Device Manager],IMDSPStorage interface, IMDSPStorage interface [windows Media Device Manager],GetDate method, IMDSPStorage.GetDate, IMDSPStorage::GetDate, IMDSPStorageGetDate, mswmdm/IMDSPStorage::GetDate, wmdm.imdspstorage_getdate
mswmdm.h
Windows
Mssachlp.lib
Windows
19H1
IMDSPStorage::GetDate
mswmdm/IMDSPStorage::GetDate
c++
APIRef
kbSyntax
COM
mssachlp.lib
mssachlp.dll
IMDSPStorage.GetDate

IMDSPStorage::GetDate

-description

The GetDate method retrieves the date on which the storage object (file or folder) was most recently modified.

-parameters

-param pDateTimeUTC [out]

Pointer to a WMDMDATETIME structure containing the date on which the file or folder was most recently modified.

-returns

The method returns an HRESULT. All the interface methods in Windows Media Device Manager can return any of the following classes of error codes:

  • Standard COM error codes
  • Windows error codes converted to HRESULT values
  • Windows Media Device Manager error codes
For an extensive list of possible error codes, see Error Codes.

-remarks

The time is specified in coordinated universal time.

This method must be implemented. It must not return WMDM_E_NOTSUPPORTED or E_NOTIMPL. For more information, see Mandatory and Optional Interfaces.

-see-also

IMDSPStorage Interface

IMDSPStorage::GetName

IMDSPStorage::GetSize

WMDMDATETIME