VB °æ (¾«»ªÇø)
·¢ÐÅÈË: bloom (©À©Á©Â©Ã©Ä©Æ©Ç¨), ÐÅÇø: VB
±ê Ìâ: BY_HANDLE_FILE_INFORMATIONÀàÐͶ¨Òå(Îļþ´¦Àí)(תÔØ)
·¢ÐÅÕ¾: ¹þ¹¤´ó×϶¡Ïã (2000Äê09ÔÂ07ÈÕ18:35:13 ÐÇÆÚËÄ), תÐÅ
¡¾ ÒÔÏÂÎÄ×ÖתÔØ×Ô cnTemp ÌÖÂÛÇø ¡¿
¡¾ ÔÎÄÓÉ catchy Ëù·¢±í ¡¿
·¢ÐÅÈË: yucheng (ÎÞ»°¿É˵), ÐÅÇø: VisualBasic
·¢ÐÅÕ¾: BBS ˮľÇ廪վ (Sat Apr 8 01:54:11 2000) WWW-POST
BY_HANDLE_FILE_INFORMATION
ÀàÐͶ¨Òå
Type BY_HANDLE_FILE-INFORMATION ' 52 Bytes
dwFileAttributes As Long
ftCreationTime As FILETIME
ftLastAccessTime As FILETIME
ftLastWriteTime As FILETIME
dwVolumeSerialNumber As Long
nFileSizeHigh As Long
nFileSizeLow As Long
nNumberOfLinks As Long
nFileIndexHigh As Long
nFileIndexLow As Long
End Type
˵Ã÷
Used by the GetFileInformationByHandle function to retrieve information about
a file.
×ֶαí
×ֶΠÀàÐͼ°ËµÃ÷
dwFileAttributes Long£¬Refer to the File Attribute Types table that follows.
ftCreationTime FILETIME£¬Time of file creation. Zero if file system does not
support file creation time.
ftLastAccessTime FILETIME£¬Time of last access to this file. Zero if file
system does not support file last access time.
ftLastWriteTime FILETIME£¬Time of last write operation to this file.
dwVolumeSerialNumber Long£¬Serial number of the volume that contains the
file.
nFileSizeHigh Long£¬High-order word of the file size.
nFileSizeLow Long£¬Low-order word of the file size.
nNumberOfLinks Long£¬Number of links to this file. Always 1 for the FAT file
system and HPFS.
nFileIndexHigh Long£¬High-order word of a unique identifier associated with
the file.
nFileIndexLow Long£¬Low-order word of a unique identifier associated with the
file. Use this element and the dwVolumeSerialNumber to uniquely identify a
file.
File Attribute Types table
FILE_ATTRIBUTE_ARCHIVE Archive file.
FILE_ATTRIBUTE_COMPRESSED The file or directory is compressed.
FILE_ATTRIBUTE_DIRECTORY File is a directory.
FILE_ATTRIBUTE_HIDDEN File is hidden.
FILE_ATTRIBUTE_NORMAL File is normal (no other file attributes are
specified).
FILE_ATTRIBUTE_READONLY File is read-only.
FILE_ATTRIBUTE_SYSTEM File is a system file.
FILE_ATTRIBUTE_NORMAL File is a temporary file.
×¢½â
dwFileAttributes×ֶΰüº¬ÁË´øÓÐFILE_ATTRIBUTE_???ǰ׺µÄÒ»¸ö»ò¶à¸ö³£ÊýµÄ×éºÏ£¬Ëü
ÃǶÔÎļþÊôÐÔ½øÐÐÁËÃèÊö¡£nNumberOfLinksÔòÁгöÁËNFS϶ÔÒ»¸öÎļþµÄÁ´½ÓÊýÁ¿¡£
nFileIndexHighºÍnFileIndexLow×ֶκϲ¢ÆðÀ´¹¹³ÉÒ»¸ö64λÊý×Ö£¬Ëü¶Ô´ÅÅ̾íÖеÄÒ»¸ö
Îļþ½øÐÐÁËΨһ±êÖ¾
--
--
¡î À´Ô´:£®¹þ¹¤´ó×϶¡Ïã bbs.hit.edu.cn£®[FROM: casi.bbs@smth.org]
--
¡ù תÔØ:£®¹þ¹¤´ó×϶¡Ïã bbs.hit.edu.cn£®[FROM: 202.118.247.254]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
Ò³ÃæÖ´ÐÐʱ¼ä£º6.622ºÁÃë