Microsoft DirectX 9.0 |
The get_CreationDate method retrieves the creation date of the source file.
Syntax
HRESULT get_CreationDate(
DATE *pCreationDate
);
Parameters
pCreationDate
Pointer to a variable that receives the date.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also