Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::get_fileSize Next Topic: IHTMLDocument2::get_fileModifiedDate |
IHTMLDocument2::get_fileCreatedDate
HRESULT get_fileCreatedDate( BSTR *p );Retrieves the date when the document file was created.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the creation date. The date consists of the weekday, month, date, and year.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.