20091.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>  <head>    <title>Re: !!!请问如何用vb取得硬碟序号</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: !!!请问如何用vb取得硬碟序号</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 普罗 on October 13, 1999 at 17:14:41:<p>In Reply to: <a href="20089.html">!!!请问如何用vb取得硬碟序号</a> posted by andy on October 13, 1999 at 16:48:22:<p>: 如提<p>可以使用下列之API<p>Private Declare Function GetVolumeInformation Lib "kernel32.dll" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, ByVal nVolumeNameSize As Integer, lpVolumeSerialNumber As Long, lpMaximumComponentLength As Long, lpFileSystemFlags As Long, ByVal lpFileSystemNameBuffer As String, ByVal nFileSystemNameSize As Long) As Long<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 20091--></ul><!--end: 20091--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?