COM Wrapper for IWPFileInfo.
More...
Public Member Functions | |
HRESULT | Name ([out, retval] BSTR *pName) |
HRESULT | sizeHigh ([out, retval] ULONG *pSizeHigh) |
HRESULT | sizeLow ([out, retval] ULONG *pSizeLow) |
HRESULT | lastModificationTime ([out, retval] DATE *pLastModTime) |
HRESULT | fileAttribute ([out, retval] ULONG *pFileAttr) |
HRESULT | Create ([in] BSTR strName,[in] ULONG dwArrtibutes,[in] ULONG nSizeHigh,[in] ULONG nSizeLow,[in] DATE modTime) |
Detailed Description
COM Wrapper for IWPFileInfo.This interface is implemented by WPFileInfo to wrap IWPFileInfo for Scripting clients to access properties of a file.
Member Function Documentation
|
Instantiate a file.
|
|
Get the file's attribute.
|
|
Get the file's last modification time.
|
|
Get the file's name.
|
|
Get the file's size (high DWORD).
|
|
Get the file's size (low DWORD).
|