IAMNetShowExProps::get_CreationDate
Microsoft DirectShow 9.0 |
IAMNetShowExProps::get_CreationDate
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.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also